Html Css Color HEX #09448C Dark Cerulean

📋 copy color: '#09448C'

red 9 ◦ green 68 ◦ blue 140

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

Shades of Dark Cerulean #09448C

Tints of Dark Cerulean #09448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 4.15%
G = 31.34%
B = 64.52%

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

#09448C (or 0x09448C) is known color: Dark Cerulean. HEX triplet: 09, 44 and 8C. RGB value is (9,68,140). Sum of RGB (Red+Green+Blue) = 9+68+140=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #09448C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09448C is #F6BB73. Grayscale: #3A3A3A. Windows color (decimal): -16169844 or 9192457. OLE color: 9192457.

HSL color Cylindrical-coordinate representation of color #09448C: hue angle of 212.98º 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 #09448C is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 68 140 -
CMYK 0.94 0.51 0 0.45
HSL 212.98º 0.88% 0.29% -
HSV(B) 212.98º 0.94% 0.55% -
XYZ 6.91 6.09 25.62 -
YUV 58.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 9 68 140 0.94 0.51 0 0.45 212.98 0.88 0.29
Hex 9 44 8C 5E 33 0 2D D5 58 1D
Octal 11 104 214 136 63 0 55 325 130 35
Binary 1001 1000100 10001100 1011110 110011 0 101101 11010101 1011000 11101

Color Harmonies of #09448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09448C

Black with #09448C

Text Example


Text Example

White with #09448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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