Html Css Color HEX #044DCB Navy Blue

📋 copy color: '#044DCB'

red 4 ◦ green 77 ◦ blue 203

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

Shades of Navy Blue #044DCB

Tints of Navy Blue #044DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 1.41%
G = 27.11%
B = 71.48%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#044DCB (or 0x044DCB) is known color: Navy Blue. HEX triplet: 04, 4D and CB. RGB value is (4,77,203). Sum of RGB (Red+Green+Blue) = 4+77+203=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #044DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DCB is #FBB234. Grayscale: #444444. Windows color (decimal): -16495157 or 13323524. OLE color: 13323524.

HSL color Cylindrical-coordinate representation of color #044DCB: hue angle of 217.99º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DCB is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 77 203 -
CMYK 0.98 0.62 0 0.20
HSL 217.99º 0.96% 0.41% -
HSV(B) 217.99º 0.98% 0.8% -
XYZ 13.48 9.65 57.65 -
YUV 69.54 203.32 81.25 -
System Red Green Blue C M Y K H S L
Decimal 4 77 203 0.98 0.62 0 0.20 217.99 0.96 0.41
Hex 4 4D CB 62 3E 0 14 DA 60 29
Octal 4 115 313 142 76 0 24 332 140 51
Binary 100 1001101 11001011 1100010 111110 0 10100 11011010 1100000 101001

Color Harmonies of #044DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DCB

Black with #044DCB

Text Example


Text Example

White with #044DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,203); }

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

background-color css

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

 a { background-color: rgb(4,77,203); }

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

border-color css

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

 span { border-color: rgb(4,77,203); }

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