Html Css Color HEX #044075 Dark Cerulean

📋 copy color: '#044075'

red 4 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #044075

Tints of Dark Cerulean #044075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

 BLUE value IS 117 (46.09% from 255) = 63.24%

R = 2.16%
G = 34.59%
B = 63.24%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#044075 (or 0x044075) is known color: Dark Cerulean. HEX triplet: 04, 40 and 75. RGB value is (4,64,117). Sum of RGB (Red+Green+Blue) = 4+64+117=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #044075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044075 is #FBBF8A. Grayscale: #333333. Windows color (decimal): -16498571 or 7684100. OLE color: 7684100.

HSL color Cylindrical-coordinate representation of color #044075: hue angle of 208.14º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044075 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 64 117 -
CMYK 0.97 0.45 0 0.54
HSL 208.14º 0.93% 0.24% -
HSV(B) 208.14º 0.97% 0.46% -
XYZ 5.09 4.98 17.52 -
YUV 52.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 4 64 117 0.97 0.45 0 0.54 208.14 0.93 0.24
Hex 4 40 75 61 2D 0 36 D0 5D 18
Octal 4 100 165 141 55 0 66 320 135 30
Binary 100 1000000 1110101 1100001 101101 0 110110 11010000 1011101 11000

Color Harmonies of #044075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044075

Black with #044075

Text Example


Text Example

White with #044075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044075; }

 p { color: rgb(4,64,117); }

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

background-color css

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

 a { background-color: rgb(4,64,117); }

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

border-color css

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

 span { border-color: rgb(4,64,117); }

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