Html Css Color HEX #044CEC Navy Blue

📋 copy color: '#044CEC'

red 4 ◦ green 76 ◦ blue 236

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

Shades of Navy Blue #044CEC

Tints of Navy Blue #044CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 1.27%
G = 24.05%
B = 74.68%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#044CEC (or 0x044CEC) is known color: Navy Blue. HEX triplet: 04, 4C and EC. RGB value is (4,76,236). Sum of RGB (Red+Green+Blue) = 4+76+236=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #044CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CEC is #FBB313. Grayscale: #484848. Windows color (decimal): -16495380 or 15485956. OLE color: 15485956.

HSL color Cylindrical-coordinate representation of color #044CEC: hue angle of 221.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CEC is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 76 236 -
CMYK 0.98 0.68 0 0.07
HSL 221.38º 0.97% 0.47% -
HSV(B) 221.38º 0.98% 0.93% -
XYZ 17.77 11.25 80.59 -
YUV 72.71 220.15 78.99 -
System Red Green Blue C M Y K H S L
Decimal 4 76 236 0.98 0.68 0 0.07 221.38 0.97 0.47
Hex 4 4C EC 62 44 0 7 DD 61 2F
Octal 4 114 354 142 104 0 7 335 141 57
Binary 100 1001100 11101100 1100010 1000100 0 111 11011101 1100001 101111

Color Harmonies of #044CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CEC

Black with #044CEC

Text Example


Text Example

White with #044CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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