Html Css Color HEX #09496D Dark Cerulean

📋 copy color: '#09496D'

red 9 ◦ green 73 ◦ blue 109

#09496D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #09496D

Tints of Dark Cerulean #09496D

RGB

 RED value IS 9 (3.91% from 255) = 4.71%

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 109 (42.97% from 255) = 57.07%

R = 4.71%
G = 38.22%
B = 57.07%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09496D (or 0x09496D) is known color: Dark Cerulean. HEX triplet: 09, 49 and 6D. RGB value is (9,73,109). Sum of RGB (Red+Green+Blue) = 9+73+109=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #09496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09496D is #F6B692. Grayscale: #393939. Windows color (decimal): -16168595 or 7162121. OLE color: 7162121.

HSL color Cylindrical-coordinate representation of color #09496D: hue angle of 201.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09496D is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 73 109 -
CMYK 0.92 0.33 0 0.57
HSL 201.6º 0.85% 0.23% -
HSV(B) 201.6º 0.92% 0.43% -
XYZ 5.26 5.93 15.34 -
YUV 57.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 9 73 109 0.92 0.33 0 0.57 201.6 0.85 0.23
Hex 9 49 6D 5C 21 0 39 CA 55 17
Octal 11 111 155 134 41 0 71 312 125 27
Binary 1001 1001001 1101101 1011100 100001 0 111001 11001010 1010101 10111

Color Harmonies of #09496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09496D

Black with #09496D

Text Example


Text Example

White with #09496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09496D; }

 p { color: rgb(9,73,109); }

 H1.HeaderClassName
 {
   color: #09496D;
 }
 .AnyTagClassName
 {
   color: #09496D;
 }
</style>

background-color css

<style>
 a { background-color: #09496D; }

 a { background-color: rgb(9,73,109); }

 div.DivClassName
 {
   background-color: #09496D;
 }
 .BgClassName
 {
   background-color: #09496D;
 }
</style>

border-color css

<style>
 span { border-color: #09496D; }

 span { border-color: rgb(9,73,109); }

 td.TdClassName
 {
   border-color: #09496D;
 }
 .TagClassName
 {
   border-color: #09496D;
 }
</style>