Html Css Color HEX #09458E Dark Cerulean

📋 copy color: '#09458E'

red 9 ◦ green 69 ◦ blue 142

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

Shades of Dark Cerulean #09458E

Tints of Dark Cerulean #09458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 4.09%
G = 31.36%
B = 64.55%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09458E (or 0x09458E) is known color: Dark Cerulean. HEX triplet: 09, 45 and 8E. RGB value is (9,69,142). Sum of RGB (Red+Green+Blue) = 9+69+142=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #09458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09458E is #F6BA71. Grayscale: #3B3B3B. Windows color (decimal): -16169586 or 9323785. OLE color: 9323785.

HSL color Cylindrical-coordinate representation of color #09458E: hue angle of 212.93º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09458E is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 69 142 -
CMYK 0.94 0.51 0 0.44
HSL 212.93º 0.88% 0.3% -
HSV(B) 212.93º 0.94% 0.56% -
XYZ 7.12 6.27 26.43 -
YUV 59.38 174.62 92.06 -
System Red Green Blue C M Y K H S L
Decimal 9 69 142 0.94 0.51 0 0.44 212.93 0.88 0.3
Hex 9 45 8E 5E 33 0 2C D5 58 1E
Octal 11 105 216 136 63 0 54 325 130 36
Binary 1001 1000101 10001110 1011110 110011 0 101100 11010101 1011000 11110

Color Harmonies of #09458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09458E

Black with #09458E

Text Example


Text Example

White with #09458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,69,142); }

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

background-color css

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

 a { background-color: rgb(9,69,142); }

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

border-color css

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

 span { border-color: rgb(9,69,142); }

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