Html Css Color HEX #044C8B Dark Cerulean

📋 copy color: '#044C8B'

red 4 ◦ green 76 ◦ blue 139

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

Shades of Dark Cerulean #044C8B

Tints of Dark Cerulean #044C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.7%

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

R = 1.83%
G = 34.7%
B = 63.47%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#044C8B (or 0x044C8B) is known color: Dark Cerulean. HEX triplet: 04, 4C and 8B. RGB value is (4,76,139). Sum of RGB (Red+Green+Blue) = 4+76+139=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #044C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C8B is #FBB374. Grayscale: #3D3D3D. Windows color (decimal): -16495477 or 9128964. OLE color: 9128964.

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

Color convert

RGB 4 76 139 -
CMYK 0.97 0.45 0 0.45
HSL 208º 0.94% 0.28% -
HSV(B) 208º 0.97% 0.55% -
XYZ 7.29 7.06 25.4 -
YUV 61.65 171.65 86.88 -
System Red Green Blue C M Y K H S L
Decimal 4 76 139 0.97 0.45 0 0.45 208 0.94 0.28
Hex 4 4C 8B 61 2D 0 2D D0 5E 1C
Octal 4 114 213 141 55 0 55 320 136 34
Binary 100 1001100 10001011 1100001 101101 0 101101 11010000 1011110 11100

Color Harmonies of #044C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C8B

Black with #044C8B

Text Example


Text Example

White with #044C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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