Html Css Color HEX #09486F Dark Cerulean

📋 copy color: '#09486F'

red 9 ◦ green 72 ◦ blue 111

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

Shades of Dark Cerulean #09486F

Tints of Dark Cerulean #09486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.5%

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 4.69%
G = 37.5%
B = 57.81%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09486F (or 0x09486F) is known color: Dark Cerulean. HEX triplet: 09, 48 and 6F. RGB value is (9,72,111). Sum of RGB (Red+Green+Blue) = 9+72+111=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #09486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09486F is #F6B790. Grayscale: #393939. Windows color (decimal): -16168849 or 7292937. OLE color: 7292937.

HSL color Cylindrical-coordinate representation of color #09486F: hue angle of 202.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09486F is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 72 111 -
CMYK 0.92 0.35 0 0.56
HSL 202.94º 0.85% 0.24% -
HSV(B) 202.94º 0.92% 0.44% -
XYZ 5.3 5.84 15.89 -
YUV 57.61 158.13 93.33 -
System Red Green Blue C M Y K H S L
Decimal 9 72 111 0.92 0.35 0 0.56 202.94 0.85 0.24
Hex 9 48 6F 5C 23 0 38 CB 55 18
Octal 11 110 157 134 43 0 70 313 125 30
Binary 1001 1001000 1101111 1011100 100011 0 111000 11001011 1010101 11000

Color Harmonies of #09486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09486F

Black with #09486F

Text Example


Text Example

White with #09486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09486F; }

 p { color: rgb(9,72,111); }

 H1.HeaderClassName
 {
   color: #09486F;
 }
 .AnyTagClassName
 {
   color: #09486F;
 }
</style>

background-color css

<style>
 a { background-color: #09486F; }

 a { background-color: rgb(9,72,111); }

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

border-color css

<style>
 span { border-color: #09486F; }

 span { border-color: rgb(9,72,111); }

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