Html Css Color HEX #0063CC Navy Blue

📋 copy color: '#0063CC'

red 0 ◦ green 99 ◦ blue 204

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

Shades of Navy Blue #0063CC

Tints of Navy Blue #0063CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 0%
G = 32.67%
B = 67.33%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0063CC (or 0x0063CC) is known color: Navy Blue. HEX triplet: 00, 63 and CC. RGB value is (0,99,204). Sum of RGB (Red+Green+Blue) = 0+99+204=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #0063CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063CC is #FF9C33. Grayscale: #505050. Windows color (decimal): -16751668 or 13394688. OLE color: 13394688.

HSL color Cylindrical-coordinate representation of color #0063CC: hue angle of 210.88º 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 #0063CC is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 99 204 -
CMYK 1 0.51 0 0.2
HSL 210.88º 1% 0.4% -
HSV(B) 210.88º 1% 0.8% -
XYZ 15.36 13.28 58.88 -
YUV 81.37 197.2 69.96 -
System Red Green Blue C M Y K H S L
Decimal 0 99 204 1 0.51 0 0.2 210.88 1 0.4
Hex 0 63 CC 64 33 0 14 D3 64 28
Octal 0 143 314 144 63 0 24 323 144 50
Binary 0 1100011 11001100 1100100 110011 0 10100 11010011 1100100 101000

Color Harmonies of #0063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0063CC

Black with #0063CC

Text Example


Text Example

White with #0063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0063CC;
 }
 .AnyTagClassName
 {
   color: #0063CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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