Html Css Color HEX #09496E Dark Cerulean

📋 copy color: '#09496E'

red 9 ◦ green 73 ◦ blue 110

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

Shades of Dark Cerulean #09496E

Tints of Dark Cerulean #09496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.29%

R = 4.69%
G = 38.02%
B = 57.29%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09496E (or 0x09496E) is known color: Dark Cerulean. HEX triplet: 09, 49 and 6E. RGB value is (9,73,110). Sum of RGB (Red+Green+Blue) = 9+73+110=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #09496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09496E is #F6B691. Grayscale: #393939. Windows color (decimal): -16168594 or 7227657. OLE color: 7227657.

HSL color Cylindrical-coordinate representation of color #09496E: hue angle of 201.98º 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 #09496E is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 73 110 -
CMYK 0.92 0.34 0 0.57
HSL 201.98º 0.85% 0.23% -
HSV(B) 201.98º 0.92% 0.43% -
XYZ 5.31 5.95 15.62 -
YUV 58.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 9 73 110 0.92 0.34 0 0.57 201.98 0.85 0.23
Hex 9 49 6E 5C 22 0 39 CA 55 17
Octal 11 111 156 134 42 0 71 312 125 27
Binary 1001 1001001 1101110 1011100 100010 0 111001 11001010 1010101 10111

Color Harmonies of #09496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09496E

Black with #09496E

Text Example


Text Example

White with #09496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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