Html Css Color HEX #044884 Dark Cerulean

📋 copy color: '#044884'

red 4 ◦ green 72 ◦ blue 132

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

Shades of Dark Cerulean #044884

Tints of Dark Cerulean #044884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 132 (51.95% from 255) = 63.46%

R = 1.92%
G = 34.62%
B = 63.46%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044884 (or 0x044884) is known color: Dark Cerulean. HEX triplet: 04, 48 and 84. RGB value is (4,72,132). Sum of RGB (Red+Green+Blue) = 4+72+132=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #044884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044884 is #FBB77B. Grayscale: #3A3A3A. Windows color (decimal): -16496508 or 8669188. OLE color: 8669188.

HSL color Cylindrical-coordinate representation of color #044884: hue angle of 208.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044884 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 72 132 -
CMYK 0.97 0.45 0 0.48
HSL 208.13º 0.94% 0.27% -
HSV(B) 208.13º 0.97% 0.52% -
XYZ 6.53 6.33 22.71 -
YUV 58.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 4 72 132 0.97 0.45 0 0.48 208.13 0.94 0.27
Hex 4 48 84 61 2D 0 30 D0 5E 1B
Octal 4 110 204 141 55 0 60 320 136 33
Binary 100 1001000 10000100 1100001 101101 0 110000 11010000 1011110 11011

Color Harmonies of #044884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044884

Black with #044884

Text Example


Text Example

White with #044884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044884; }

 p { color: rgb(4,72,132); }

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

background-color css

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

 a { background-color: rgb(4,72,132); }

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

border-color css

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

 span { border-color: rgb(4,72,132); }

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