Html Css Color HEX #09448B Dark Cerulean

📋 copy color: '#09448B'

red 9 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #09448B

Tints of Dark Cerulean #09448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.35%

R = 4.17%
G = 31.48%
B = 64.35%

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

#09448B (or 0x09448B) is known color: Dark Cerulean. HEX triplet: 09, 44 and 8B. RGB value is (9,68,139). Sum of RGB (Red+Green+Blue) = 9+68+139=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #09448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09448B is #F6BB74. Grayscale: #3A3A3A. Windows color (decimal): -16169845 or 9126921. OLE color: 9126921.

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

Color convert

RGB 9 68 139 -
CMYK 0.94 0.51 0 0.45
HSL 212.77º 0.88% 0.29% -
HSV(B) 212.77º 0.94% 0.55% -
XYZ 6.84 6.06 25.23 -
YUV 58.45 173.45 92.73 -
System Red Green Blue C M Y K H S L
Decimal 9 68 139 0.94 0.51 0 0.45 212.77 0.88 0.29
Hex 9 44 8B 5E 33 0 2D D5 58 1D
Octal 11 104 213 136 63 0 55 325 130 35
Binary 1001 1000100 10001011 1011110 110011 0 101101 11010101 1011000 11101

Color Harmonies of #09448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09448B

Black with #09448B

Text Example


Text Example

White with #09448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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