Html Css Color HEX #044CCC Navy Blue

📋 copy color: '#044CCC'

red 4 ◦ green 76 ◦ blue 204

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

Shades of Navy Blue #044CCC

Tints of Navy Blue #044CCC

RGB

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

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

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

R = 1.41%
G = 26.76%
B = 71.83%

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

#044CCC (or 0x044CCC) is known color: Navy Blue. HEX triplet: 04, 4C and CC. RGB value is (4,76,204). Sum of RGB (Red+Green+Blue) = 4+76+204=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #044CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CCC is #FBB333. Grayscale: #444444. Windows color (decimal): -16495412 or 13388804. OLE color: 13388804.

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

Color convert

RGB 4 76 204 -
CMYK 0.98 0.63 0 0.2
HSL 218.4º 0.96% 0.41% -
HSV(B) 218.4º 0.98% 0.8% -
XYZ 13.53 9.55 58.26 -
YUV 69.06 204.15 81.59 -
System Red Green Blue C M Y K H S L
Decimal 4 76 204 0.98 0.63 0 0.2 218.4 0.96 0.41
Hex 4 4C CC 62 3F 0 14 DA 60 29
Octal 4 114 314 142 77 0 24 332 140 51
Binary 100 1001100 11001100 1100010 111111 0 10100 11011010 1100000 101001

Color Harmonies of #044CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CCC

Black with #044CCC

Text Example


Text Example

White with #044CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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