Html Css Color HEX #044BEB Navy Blue

📋 copy color: '#044BEB'

red 4 ◦ green 75 ◦ blue 235

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

Shades of Navy Blue #044BEB

Tints of Navy Blue #044BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 1.27%
G = 23.89%
B = 74.84%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#044BEB (or 0x044BEB) is known color: Navy Blue. HEX triplet: 04, 4B and EB. RGB value is (4,75,235). Sum of RGB (Red+Green+Blue) = 4+75+235=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #044BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BEB is #FBB414. Grayscale: #474747. Windows color (decimal): -16495637 or 15420164. OLE color: 15420164.

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

Color convert

RGB 4 75 235 -
CMYK 0.98 0.68 0 0.08
HSL 221.56º 0.97% 0.47% -
HSV(B) 221.56º 0.98% 0.92% -
XYZ 17.56 11.06 79.81 -
YUV 72.01 219.98 79.49 -
System Red Green Blue C M Y K H S L
Decimal 4 75 235 0.98 0.68 0 0.08 221.56 0.97 0.47
Hex 4 4B EB 62 44 0 8 DE 61 2F
Octal 4 113 353 142 104 0 10 336 141 57
Binary 100 1001011 11101011 1100010 1000100 0 1000 11011110 1100001 101111

Color Harmonies of #044BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BEB

Black with #044BEB

Text Example


Text Example

White with #044BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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