Html Css Color HEX #09486C Dark Cerulean

📋 copy color: '#09486C'

red 9 ◦ green 72 ◦ blue 108

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

Shades of Dark Cerulean #09486C

Tints of Dark Cerulean #09486C

RGB

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

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

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

R = 4.76%
G = 38.1%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09486C (or 0x09486C) is known color: Dark Cerulean. HEX triplet: 09, 48 and 6C. RGB value is (9,72,108). Sum of RGB (Red+Green+Blue) = 9+72+108=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #09486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09486C is #F6B793. Grayscale: #393939. Windows color (decimal): -16168852 or 7096329. OLE color: 7096329.

HSL color Cylindrical-coordinate representation of color #09486C: hue angle of 201.82º 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 #09486C is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 72 108 -
CMYK 0.92 0.33 0 0.58
HSL 201.82º 0.85% 0.23% -
HSV(B) 201.82º 0.92% 0.42% -
XYZ 5.14 5.78 15.03 -
YUV 57.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 9 72 108 0.92 0.33 0 0.58 201.82 0.85 0.23
Hex 9 48 6C 5C 21 0 3A CA 55 17
Octal 11 110 154 134 41 0 72 312 125 27
Binary 1001 1001000 1101100 1011100 100001 0 111010 11001010 1010101 10111

Color Harmonies of #09486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09486C

Black with #09486C

Text Example


Text Example

White with #09486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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