Html Css Color HEX #044C85 Dark Cerulean

📋 copy color: '#044C85'

red 4 ◦ green 76 ◦ blue 133

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

Shades of Dark Cerulean #044C85

Tints of Dark Cerulean #044C85

RGB

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

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

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

R = 1.88%
G = 35.68%
B = 62.44%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044C85 (or 0x044C85) is known color: Dark Cerulean. HEX triplet: 04, 4C and 85. RGB value is (4,76,133). Sum of RGB (Red+Green+Blue) = 4+76+133=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #044C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C85 is #FBB37A. Grayscale: #3C3C3C. Windows color (decimal): -16495483 or 8735748. OLE color: 8735748.

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

Color convert

RGB 4 76 133 -
CMYK 0.97 0.43 0 0.48
HSL 206.51º 0.94% 0.27% -
HSV(B) 206.51º 0.97% 0.52% -
XYZ 6.87 6.89 23.16 -
YUV 60.97 168.65 87.37 -
System Red Green Blue C M Y K H S L
Decimal 4 76 133 0.97 0.43 0 0.48 206.51 0.94 0.27
Hex 4 4C 85 61 2B 0 30 CF 5E 1B
Octal 4 114 205 141 53 0 60 317 136 33
Binary 100 1001100 10000101 1100001 101011 0 110000 11001111 1011110 11011

Color Harmonies of #044C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C85

Black with #044C85

Text Example


Text Example

White with #044C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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