Html Css Color HEX #044A8B Dark Cerulean

📋 copy color: '#044A8B'

red 4 ◦ green 74 ◦ blue 139

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

Shades of Dark Cerulean #044A8B

Tints of Dark Cerulean #044A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.1%

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

R = 1.84%
G = 34.1%
B = 64.06%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#044A8B (or 0x044A8B) is known color: Dark Cerulean. HEX triplet: 04, 4A and 8B. RGB value is (4,74,139). Sum of RGB (Red+Green+Blue) = 4+74+139=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #044A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A8B is #FBB574. Grayscale: #3C3C3C. Windows color (decimal): -16495989 or 9128452. OLE color: 9128452.

HSL color Cylindrical-coordinate representation of color #044A8B: hue angle of 208.89º 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 #044A8B is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 74 139 -
CMYK 0.97 0.47 0 0.45
HSL 208.89º 0.94% 0.28% -
HSV(B) 208.89º 0.97% 0.55% -
XYZ 7.16 6.79 25.36 -
YUV 60.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 4 74 139 0.97 0.47 0 0.45 208.89 0.94 0.28
Hex 4 4A 8B 61 2F 0 2D D1 5E 1C
Octal 4 112 213 141 57 0 55 321 136 34
Binary 100 1001010 10001011 1100001 101111 0 101101 11010001 1011110 11100

Color Harmonies of #044A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A8B

Black with #044A8B

Text Example


Text Example

White with #044A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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