Html Css Color HEX #044275 Dark Cerulean

📋 copy color: '#044275'

red 4 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #044275

Tints of Dark Cerulean #044275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 2.14%
G = 35.29%
B = 62.57%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#044275 (or 0x044275) is known color: Dark Cerulean. HEX triplet: 04, 42 and 75. RGB value is (4,66,117). Sum of RGB (Red+Green+Blue) = 4+66+117=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #044275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044275 is #FBBD8A. Grayscale: #353535. Windows color (decimal): -16498059 or 7684612. OLE color: 7684612.

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

Color convert

RGB 4 66 117 -
CMYK 0.97 0.44 0 0.54
HSL 207.08º 0.93% 0.24% -
HSV(B) 207.08º 0.97% 0.46% -
XYZ 5.21 5.21 17.56 -
YUV 53.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 4 66 117 0.97 0.44 0 0.54 207.08 0.93 0.24
Hex 4 42 75 61 2C 0 36 CF 5D 18
Octal 4 102 165 141 54 0 66 317 135 30
Binary 100 1000010 1110101 1100001 101100 0 110110 11001111 1011101 11000

Color Harmonies of #044275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044275

Black with #044275

Text Example


Text Example

White with #044275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044275; }

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

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

background-color css

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

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

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

border-color css

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

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

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