Html Css Color HEX #044CCB Navy Blue

📋 copy color: '#044CCB'

red 4 ◦ green 76 ◦ blue 203

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

Shades of Navy Blue #044CCB

Tints of Navy Blue #044CCB

RGB

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

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

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

R = 1.41%
G = 26.86%
B = 71.73%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#044CCB (or 0x044CCB) is known color: Navy Blue. HEX triplet: 04, 4C and CB. RGB value is (4,76,203). Sum of RGB (Red+Green+Blue) = 4+76+203=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #044CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CCB is #FBB334. Grayscale: #444444. Windows color (decimal): -16495413 or 13323268. OLE color: 13323268.

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

Color convert

RGB 4 76 203 -
CMYK 0.98 0.63 0 0.20
HSL 218.29º 0.96% 0.41% -
HSV(B) 218.29º 0.98% 0.8% -
XYZ 13.41 9.51 57.63 -
YUV 68.95 203.65 81.67 -
System Red Green Blue C M Y K H S L
Decimal 4 76 203 0.98 0.63 0 0.20 218.29 0.96 0.41
Hex 4 4C CB 62 3F 0 14 DA 60 29
Octal 4 114 313 142 77 0 24 332 140 51
Binary 100 1001100 11001011 1100010 111111 0 10100 11011010 1100000 101001

Color Harmonies of #044CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CCB

Black with #044CCB

Text Example


Text Example

White with #044CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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