Html Css Color HEX #09487C Dark Cerulean

📋 copy color: '#09487C'

red 9 ◦ green 72 ◦ blue 124

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

Shades of Dark Cerulean #09487C

Tints of Dark Cerulean #09487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 4.39%
G = 35.12%
B = 60.49%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09487C (or 0x09487C) is known color: Dark Cerulean. HEX triplet: 09, 48 and 7C. RGB value is (9,72,124). Sum of RGB (Red+Green+Blue) = 9+72+124=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #09487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09487C is #F6B783. Grayscale: #3A3A3A. Windows color (decimal): -16168836 or 8144905. OLE color: 8144905.

HSL color Cylindrical-coordinate representation of color #09487C: hue angle of 207.13º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09487C is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 72 124 -
CMYK 0.93 0.42 0 0.51
HSL 207.13º 0.86% 0.26% -
HSV(B) 207.13º 0.93% 0.49% -
XYZ 6.07 6.15 19.94 -
YUV 59.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 9 72 124 0.93 0.42 0 0.51 207.13 0.86 0.26
Hex 9 48 7C 5D 2A 0 33 CF 56 1A
Octal 11 110 174 135 52 0 63 317 126 32
Binary 1001 1001000 1111100 1011101 101010 0 110011 11001111 1010110 11010

Color Harmonies of #09487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09487C

Black with #09487C

Text Example


Text Example

White with #09487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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