Html Css Color HEX #044885 Dark Cerulean

📋 copy color: '#044885'

red 4 ◦ green 72 ◦ blue 133

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

Shades of Dark Cerulean #044885

Tints of Dark Cerulean #044885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 1.91%
G = 34.45%
B = 63.64%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044885 (or 0x044885) is known color: Dark Cerulean. HEX triplet: 04, 48 and 85. RGB value is (4,72,133). Sum of RGB (Red+Green+Blue) = 4+72+133=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #044885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044885 is #FBB77A. Grayscale: #3A3A3A. Windows color (decimal): -16496507 or 8734724. OLE color: 8734724.

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

Color convert

RGB 4 72 133 -
CMYK 0.97 0.46 0 0.48
HSL 208.37º 0.94% 0.27% -
HSV(B) 208.37º 0.97% 0.52% -
XYZ 6.6 6.35 23.07 -
YUV 58.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 4 72 133 0.97 0.46 0 0.48 208.37 0.94 0.27
Hex 4 48 85 61 2E 0 30 D0 5E 1B
Octal 4 110 205 141 56 0 60 320 136 33
Binary 100 1001000 10000101 1100001 101110 0 110000 11010000 1011110 11011

Color Harmonies of #044885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044885

Black with #044885

Text Example


Text Example

White with #044885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044885; }

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

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

background-color css

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

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

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

border-color css

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

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

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