Html Css Color HEX #09458C Dark Cerulean

📋 copy color: '#09458C'

red 9 ◦ green 69 ◦ blue 140

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

Shades of Dark Cerulean #09458C

Tints of Dark Cerulean #09458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.22%

R = 4.13%
G = 31.65%
B = 64.22%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09458C (or 0x09458C) is known color: Dark Cerulean. HEX triplet: 09, 45 and 8C. RGB value is (9,69,140). Sum of RGB (Red+Green+Blue) = 9+69+140=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #09458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09458C is #F6BA73. Grayscale: #3A3A3A. Windows color (decimal): -16169588 or 9192713. OLE color: 9192713.

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

Color convert

RGB 9 69 140 -
CMYK 0.94 0.51 0 0.45
HSL 212.52º 0.88% 0.29% -
HSV(B) 212.52º 0.94% 0.55% -
XYZ 6.97 6.21 25.64 -
YUV 59.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 9 69 140 0.94 0.51 0 0.45 212.52 0.88 0.29
Hex 9 45 8C 5E 33 0 2D D5 58 1D
Octal 11 105 214 136 63 0 55 325 130 35
Binary 1001 1000101 10001100 1011110 110011 0 101101 11010101 1011000 11101

Color Harmonies of #09458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09458C

Black with #09458C

Text Example


Text Example

White with #09458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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