Html Css Color HEX #09448D Dark Cerulean

📋 copy color: '#09448D'

red 9 ◦ green 68 ◦ blue 141

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

Shades of Dark Cerulean #09448D

Tints of Dark Cerulean #09448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 64.68%

R = 4.13%
G = 31.19%
B = 64.68%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09448D (or 0x09448D) is known color: Dark Cerulean. HEX triplet: 09, 44 and 8D. RGB value is (9,68,141). Sum of RGB (Red+Green+Blue) = 9+68+141=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #09448D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09448D is #F6BB72. Grayscale: #3A3A3A. Windows color (decimal): -16169843 or 9257993. OLE color: 9257993.

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

Color convert

RGB 9 68 141 -
CMYK 0.94 0.52 0 0.45
HSL 213.18º 0.88% 0.29% -
HSV(B) 213.18º 0.94% 0.55% -
XYZ 6.99 6.12 26.01 -
YUV 58.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 9 68 141 0.94 0.52 0 0.45 213.18 0.88 0.29
Hex 9 44 8D 5E 34 0 2D D5 58 1D
Octal 11 104 215 136 64 0 55 325 130 35
Binary 1001 1000100 10001101 1011110 110100 0 101101 11010101 1011000 11101

Color Harmonies of #09448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09448D

Black with #09448D

Text Example


Text Example

White with #09448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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