Html Css Color HEX #044BCC Navy Blue

📋 copy color: '#044BCC'

red 4 ◦ green 75 ◦ blue 204

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

Shades of Navy Blue #044BCC

Tints of Navy Blue #044BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.08%

R = 1.41%
G = 26.5%
B = 72.08%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#044BCC (or 0x044BCC) is known color: Navy Blue. HEX triplet: 04, 4B and CC. RGB value is (4,75,204). Sum of RGB (Red+Green+Blue) = 4+75+204=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #044BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BCC is #FBB433. Grayscale: #434343. Windows color (decimal): -16495668 or 13388548. OLE color: 13388548.

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

Color convert

RGB 4 75 204 -
CMYK 0.98 0.63 0 0.2
HSL 218.7º 0.96% 0.41% -
HSV(B) 218.7º 0.98% 0.8% -
XYZ 13.47 9.42 58.23 -
YUV 68.48 204.48 82.01 -
System Red Green Blue C M Y K H S L
Decimal 4 75 204 0.98 0.63 0 0.2 218.7 0.96 0.41
Hex 4 4B CC 62 3F 0 14 DB 60 29
Octal 4 113 314 142 77 0 24 333 140 51
Binary 100 1001011 11001100 1100010 111111 0 10100 11011011 1100000 101001

Color Harmonies of #044BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BCC

Black with #044BCC

Text Example


Text Example

White with #044BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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