Html Css Color HEX #044274 Dark Cerulean

📋 copy color: '#044274'

red 4 ◦ green 66 ◦ blue 116

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

Shades of Dark Cerulean #044274

Tints of Dark Cerulean #044274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 2.15%
G = 35.48%
B = 62.37%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#044274 (or 0x044274) is known color: Dark Cerulean. HEX triplet: 04, 42 and 74. RGB value is (4,66,116). Sum of RGB (Red+Green+Blue) = 4+66+116=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #044274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044274 is #FBBD8B. Grayscale: #343434. Windows color (decimal): -16498060 or 7619076. OLE color: 7619076.

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

Color convert

RGB 4 66 116 -
CMYK 0.97 0.43 0 0.55
HSL 206.79º 0.93% 0.24% -
HSV(B) 206.79º 0.97% 0.45% -
XYZ 5.15 5.18 17.25 -
YUV 53.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 4 66 116 0.97 0.43 0 0.55 206.79 0.93 0.24
Hex 4 42 74 61 2B 0 37 CF 5D 18
Octal 4 102 164 141 53 0 67 317 135 30
Binary 100 1000010 1110100 1100001 101011 0 110111 11001111 1011101 11000

Color Harmonies of #044274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044274

Black with #044274

Text Example


Text Example

White with #044274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044274; }

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

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

background-color css

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

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

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

border-color css

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

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

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