Html Css Color HEX #044785 Dark Cerulean

📋 copy color: '#044785'

red 4 ◦ green 71 ◦ blue 133

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

Shades of Dark Cerulean #044785

Tints of Dark Cerulean #044785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

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

R = 1.92%
G = 34.13%
B = 63.94%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044785 (or 0x044785) is known color: Dark Cerulean. HEX triplet: 04, 47 and 85. RGB value is (4,71,133). Sum of RGB (Red+Green+Blue) = 4+71+133=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #044785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044785 is #FBB87A. Grayscale: #393939. Windows color (decimal): -16496763 or 8734468. OLE color: 8734468.

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

Color convert

RGB 4 71 133 -
CMYK 0.97 0.47 0 0.48
HSL 208.84º 0.94% 0.27% -
HSV(B) 208.84º 0.97% 0.52% -
XYZ 6.54 6.23 23.05 -
YUV 58.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 4 71 133 0.97 0.47 0 0.48 208.84 0.94 0.27
Hex 4 47 85 61 2F 0 30 D1 5E 1B
Octal 4 107 205 141 57 0 60 321 136 33
Binary 100 1000111 10000101 1100001 101111 0 110000 11010001 1011110 11011

Color Harmonies of #044785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044785

Black with #044785

Text Example


Text Example

White with #044785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044785; }

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

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

background-color css

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

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

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

border-color css

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

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

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