Html Css Color HEX #09496B Dark Cerulean

📋 copy color: '#09496B'

red 9 ◦ green 73 ◦ blue 107

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

Shades of Dark Cerulean #09496B

Tints of Dark Cerulean #09496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.61%

R = 4.76%
G = 38.62%
B = 56.61%

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

#09496B (or 0x09496B) is known color: Dark Cerulean. HEX triplet: 09, 49 and 6B. RGB value is (9,73,107). Sum of RGB (Red+Green+Blue) = 9+73+107=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #09496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09496B is #F6B694. Grayscale: #393939. Windows color (decimal): -16168597 or 7031049. OLE color: 7031049.

HSL color Cylindrical-coordinate representation of color #09496B: hue angle of 200.82º degrees, saturation: 0.84, 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 #09496B is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 73 107 -
CMYK 0.92 0.32 0 0.58
HSL 200.82º 0.84% 0.23% -
HSV(B) 200.82º 0.92% 0.42% -
XYZ 5.15 5.88 14.77 -
YUV 57.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 9 73 107 0.92 0.32 0 0.58 200.82 0.84 0.23
Hex 9 49 6B 5C 20 0 3A C9 54 17
Octal 11 111 153 134 40 0 72 311 124 27
Binary 1001 1001001 1101011 1011100 100000 0 111010 11001001 1010100 10111

Color Harmonies of #09496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09496B

Black with #09496B

Text Example


Text Example

White with #09496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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