Html Css Color HEX #044B8B Dark Cerulean

📋 copy color: '#044B8B'

red 4 ◦ green 75 ◦ blue 139

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

Shades of Dark Cerulean #044B8B

Tints of Dark Cerulean #044B8B

RGB

 RED value IS 4 (1.95% from 255) = 1.83%

 GREEN value IS 75 (29.69% from 255) = 34.4%

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

R = 1.83%
G = 34.4%
B = 63.76%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#044B8B (or 0x044B8B) is known color: Dark Cerulean. HEX triplet: 04, 4B and 8B. RGB value is (4,75,139). Sum of RGB (Red+Green+Blue) = 4+75+139=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #044B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044B8B is #FBB474. Grayscale: #3C3C3C. Windows color (decimal): -16495733 or 9128708. OLE color: 9128708.

HSL color Cylindrical-coordinate representation of color #044B8B: hue angle of 208.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044B8B is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 75 139 -
CMYK 0.97 0.46 0 0.45
HSL 208.44º 0.94% 0.28% -
HSV(B) 208.44º 0.97% 0.55% -
XYZ 7.23 6.92 25.38 -
YUV 61.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 4 75 139 0.97 0.46 0 0.45 208.44 0.94 0.28
Hex 4 4B 8B 61 2E 0 2D D0 5E 1C
Octal 4 113 213 141 56 0 55 320 136 34
Binary 100 1001011 10001011 1100001 101110 0 101101 11010000 1011110 11100

Color Harmonies of #044B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B8B

Black with #044B8B

Text Example


Text Example

White with #044B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044B8B; }

 p { color: rgb(4,75,139); }

 H1.HeaderClassName
 {
   color: #044B8B;
 }
 .AnyTagClassName
 {
   color: #044B8B;
 }
</style>

background-color css

<style>
 a { background-color: #044B8B; }

 a { background-color: rgb(4,75,139); }

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

border-color css

<style>
 span { border-color: #044B8B; }

 span { border-color: rgb(4,75,139); }

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