#004BC8

Color #004BC8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #004BC8

Tints of Navy Blue #004BC8

Color information

#004BC8 (or 0x004BC8) is unknown color: approx Navy Blue. HEX triplet: 00, 4B and C8. RGB value is (0,75,200). Sum of RGB (Red+Green+Blue) = 0+75+200=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 200 (78.52% from 255 or 72.73% from 275); Max value from RGB is 200 - color contains mainly: blue. Hex color #004BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BC8 is #FFB437. Grayscale: #424242. Windows color (decimal): -16757816 or 13126400. OLE color: 13126400.

HSL color Cylindrical-coordinate representation of color #004BC8: hue angle of 217.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BC8 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB075200-
CMYK10.6200.22
HSL217.5º100%39.22%-
HSV(B)217.5º100%78.43%-
XYZ12.949.255.74-
YUV66.82203.1580.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 200 (78.52% from 255) = 72.73%
R=0%
G=27.27%
B=72.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal07520010.6200.22217.510039.22
Hex04BC8643E016da6427
Octal01133101447602633214447
Binary01001011110010001100100111110010110110110101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,75,200); }

 H1.HeaderClassName
 {
   color: #004BC8;
 }
 .AnyTagClassName
 {
   color: #004BC8;
 }
</style>
background-color css

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

 a { background-color: rgb(0,75,200); }

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

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

 span { border-color: rgb(0,75,200); }

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