Html Css Color HEX #044BEC Navy Blue

📋 copy color: '#044BEC'

red 4 ◦ green 75 ◦ blue 236

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

Shades of Navy Blue #044BEC

Tints of Navy Blue #044BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.81%

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

R = 1.27%
G = 23.81%
B = 74.92%

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

#044BEC (or 0x044BEC) is known color: Navy Blue. HEX triplet: 04, 4B and EC. RGB value is (4,75,236). Sum of RGB (Red+Green+Blue) = 4+75+236=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #044BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BEC is #FBB413. Grayscale: #474747. Windows color (decimal): -16495636 or 15485700. OLE color: 15485700.

HSL color Cylindrical-coordinate representation of color #044BEC: hue angle of 221.64º 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 #044BEC is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 75 236 -
CMYK 0.98 0.68 0 0.07
HSL 221.64º 0.97% 0.47% -
HSV(B) 221.64º 0.98% 0.93% -
XYZ 17.71 11.11 80.57 -
YUV 72.13 220.48 79.41 -
System Red Green Blue C M Y K H S L
Decimal 4 75 236 0.98 0.68 0 0.07 221.64 0.97 0.47
Hex 4 4B EC 62 44 0 7 DE 61 2F
Octal 4 113 354 142 104 0 7 336 141 57
Binary 100 1001011 11101100 1100010 1000100 0 111 11011110 1100001 101111

Color Harmonies of #044BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BEC

Black with #044BEC

Text Example


Text Example

White with #044BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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