Html Css Color HEX #09496C Dark Cerulean

📋 copy color: '#09496C'

red 9 ◦ green 73 ◦ blue 108

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

Shades of Dark Cerulean #09496C

Tints of Dark Cerulean #09496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 4.74%
G = 38.42%
B = 56.84%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09496C (or 0x09496C) is known color: Dark Cerulean. HEX triplet: 09, 49 and 6C. RGB value is (9,73,108). Sum of RGB (Red+Green+Blue) = 9+73+108=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #09496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09496C is #F6B693. Grayscale: #393939. Windows color (decimal): -16168596 or 7096585. OLE color: 7096585.

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

Color convert

RGB 9 73 108 -
CMYK 0.92 0.32 0 0.58
HSL 201.21º 0.85% 0.23% -
HSV(B) 201.21º 0.92% 0.42% -
XYZ 5.2 5.91 15.05 -
YUV 57.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 9 73 108 0.92 0.32 0 0.58 201.21 0.85 0.23
Hex 9 49 6C 5C 20 0 3A C9 55 17
Octal 11 111 154 134 40 0 72 311 125 27
Binary 1001 1001001 1101100 1011100 100000 0 111010 11001001 1010101 10111

Color Harmonies of #09496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09496C

Black with #09496C

Text Example


Text Example

White with #09496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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