#0063CA

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

Shades of Navy Blue #0063CA

Tints of Navy Blue #0063CA

Color information

#0063CA (or 0x0063CA) is unknown color: approx Navy Blue. HEX triplet: 00, 63 and CA. RGB value is (0,99,202). Sum of RGB (Red+Green+Blue) = 0+99+202=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #0063CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063CA is #FF9C35. Grayscale: #505050. Windows color (decimal): -16751670 or 13263616. OLE color: 13263616.

HSL color Cylindrical-coordinate representation of color #0063CA: hue angle of 210.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063CA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB099202-
CMYK10.5100.21
HSL210.59º100%39.61%-
HSV(B)210.59º100%79.22%-
XYZ15.1213.1957.63-
YUV81.14196.270.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 202 (79.30% from 255) = 67.11%
R=0%
G=32.89%
B=67.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal09920210.5100.21210.5910039.61
Hex063CA6433015d36428
Octal01433121446302532314450
Binary01100011110010101100100110011010101110100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0063CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0063CA; }

 p { color: rgb(0,99,202); }

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

<style>
 a { background-color: #0063CA; }

 a { background-color: rgb(0,99,202); }

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

<style>
 span { border-color: #0063CA; }

 span { border-color: rgb(0,99,202); }

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