Html Css Color HEX #09487E Dark Cerulean

📋 copy color: '#09487E'

red 9 ◦ green 72 ◦ blue 126

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

Shades of Dark Cerulean #09487E

Tints of Dark Cerulean #09487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.87%

R = 4.35%
G = 34.78%
B = 60.87%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09487E (or 0x09487E) is known color: Dark Cerulean. HEX triplet: 09, 48 and 7E. RGB value is (9,72,126). Sum of RGB (Red+Green+Blue) = 9+72+126=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #09487E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09487E is #F6B781. Grayscale: #3B3B3B. Windows color (decimal): -16168834 or 8275977. OLE color: 8275977.

HSL color Cylindrical-coordinate representation of color #09487E: hue angle of 207.69º degrees, saturation: 0.87, 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 #09487E is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 72 126 -
CMYK 0.93 0.43 0 0.51
HSL 207.69º 0.87% 0.26% -
HSV(B) 207.69º 0.93% 0.49% -
XYZ 6.2 6.2 20.61 -
YUV 59.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 9 72 126 0.93 0.43 0 0.51 207.69 0.87 0.26
Hex 9 48 7E 5D 2B 0 33 D0 57 1A
Octal 11 110 176 135 53 0 63 320 127 32
Binary 1001 1001000 1111110 1011101 101011 0 110011 11010000 1010111 11010

Color Harmonies of #09487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09487E

Black with #09487E

Text Example


Text Example

White with #09487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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