Html Css Color HEX #0063DB Navy Blue

📋 copy color: '#0063DB'

red 0 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #0063DB

Tints of Navy Blue #0063DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.87%

R = 0%
G = 31.13%
B = 68.87%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0063DB (or 0x0063DB) is known color: Navy Blue. HEX triplet: 00, 63 and DB. RGB value is (0,99,219). Sum of RGB (Red+Green+Blue) = 0+99+219=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #0063DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063DB is #FF9C24. Grayscale: #525252. Windows color (decimal): -16751653 or 14377728. OLE color: 14377728.

HSL color Cylindrical-coordinate representation of color #0063DB: hue angle of 212.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063DB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 99 219 -
CMYK 1 0.55 0 0.14
HSL 212.88º 1% 0.43% -
HSV(B) 212.88º 1% 0.86% -
XYZ 17.25 14.04 68.82 -
YUV 83.08 204.7 68.74 -
System Red Green Blue C M Y K H S L
Decimal 0 99 219 1 0.55 0 0.14 212.88 1 0.43
Hex 0 63 DB 64 37 0 E D5 64 2B
Octal 0 143 333 144 67 0 16 325 144 53
Binary 0 1100011 11011011 1100100 110111 0 1110 11010101 1100100 101011

Color Harmonies of #0063DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0063DB

Black with #0063DB

Text Example


Text Example

White with #0063DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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