Html Css Color HEX #004CCB Navy Blue

📋 copy color: '#004CCB'

red 0 ◦ green 76 ◦ blue 203

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

Shades of Navy Blue #004CCB

Tints of Navy Blue #004CCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 27.24%
B = 72.76%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#004CCB (or 0x004CCB) is known color: Navy Blue. HEX triplet: 00, 4C and CB. RGB value is (0,76,203). Sum of RGB (Red+Green+Blue) = 0+76+203=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #004CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CCB is #FFB334. Grayscale: #434343. Windows color (decimal): -16757557 or 13323264. OLE color: 13323264.

HSL color Cylindrical-coordinate representation of color #004CCB: hue angle of 217.54º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CCB is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 76 203 -
CMYK 1 0.63 0 0.20
HSL 217.54º 1% 0.4% -
HSV(B) 217.54º 1% 0.8% -
XYZ 13.36 9.48 57.63 -
YUV 67.75 204.32 79.67 -
System Red Green Blue C M Y K H S L
Decimal 0 76 203 1 0.63 0 0.20 217.54 1 0.4
Hex 0 4C CB 64 3F 0 14 DA 64 28
Octal 0 114 313 144 77 0 24 332 144 50
Binary 0 1001100 11001011 1100100 111111 0 10100 11011010 1100100 101000

Color Harmonies of #004CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CCB

Black with #004CCB

Text Example


Text Example

White with #004CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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