Html Css Color HEX #0063BF Navy Blue

📋 copy color: '#0063BF'

red 0 ◦ green 99 ◦ blue 191

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

Shades of Navy Blue #0063BF

Tints of Navy Blue #0063BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.86%

R = 0%
G = 34.14%
B = 65.86%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0063BF (or 0x0063BF) is known color: Navy Blue. HEX triplet: 00, 63 and BF. RGB value is (0,99,191). Sum of RGB (Red+Green+Blue) = 0+99+191=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #0063BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063BF is #FF9C40. Grayscale: #4F4F4F. Windows color (decimal): -16751681 or 12542720. OLE color: 12542720.

HSL color Cylindrical-coordinate representation of color #0063BF: hue angle of 208.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063BF is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 99 191 -
CMYK 1 0.48 0 0.25
HSL 208.9º 1% 0.37% -
HSV(B) 208.9º 1% 0.75% -
XYZ 13.87 12.69 51.01 -
YUV 79.89 190.7 71.02 -
System Red Green Blue C M Y K H S L
Decimal 0 99 191 1 0.48 0 0.25 208.9 1 0.37
Hex 0 63 BF 64 30 0 19 D1 64 25
Octal 0 143 277 144 60 0 31 321 144 45
Binary 0 1100011 10111111 1100100 110000 0 11001 11010001 1100100 100101

Color Harmonies of #0063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0063BF

Black with #0063BF

Text Example


Text Example

White with #0063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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