Html Css Color HEX #09427E Dark Cerulean

📋 copy color: '#09427E'

red 9 ◦ green 66 ◦ blue 126

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

Shades of Dark Cerulean #09427E

Tints of Dark Cerulean #09427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 4.48%
G = 32.84%
B = 62.69%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09427E (or 0x09427E) is known color: Dark Cerulean. HEX triplet: 09, 42 and 7E. RGB value is (9,66,126). Sum of RGB (Red+Green+Blue) = 9+66+126=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #09427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09427E is #F6BD81. Grayscale: #373737. Windows color (decimal): -16170370 or 8274441. OLE color: 8274441.

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

Color convert

RGB 9 66 126 -
CMYK 0.93 0.48 0 0.51
HSL 210.77º 0.87% 0.26% -
HSV(B) 210.77º 0.93% 0.49% -
XYZ 5.83 5.46 20.49 -
YUV 55.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 9 66 126 0.93 0.48 0 0.51 210.77 0.87 0.26
Hex 9 42 7E 5D 30 0 33 D3 57 1A
Octal 11 102 176 135 60 0 63 323 127 32
Binary 1001 1000010 1111110 1011101 110000 0 110011 11010011 1010111 11010

Color Harmonies of #09427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09427E

Black with #09427E

Text Example


Text Example

White with #09427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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