Html Css Color HEX #0063DE Navy Blue

📋 copy color: '#0063DE'

red 0 ◦ green 99 ◦ blue 222

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

Shades of Navy Blue #0063DE

Tints of Navy Blue #0063DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 0%
G = 30.84%
B = 69.16%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0063DE (or 0x0063DE) is known color: Navy Blue. HEX triplet: 00, 63 and DE. RGB value is (0,99,222). Sum of RGB (Red+Green+Blue) = 0+99+222=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #0063DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063DE is #FF9C21. Grayscale: #525252. Windows color (decimal): -16751650 or 14574336. OLE color: 14574336.

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

Color convert

RGB 0 99 222 -
CMYK 1 0.55 0 0.13
HSL 213.24º 1% 0.44% -
HSV(B) 213.24º 1% 0.87% -
XYZ 17.65 14.2 70.92 -
YUV 83.42 206.2 68.5 -
System Red Green Blue C M Y K H S L
Decimal 0 99 222 1 0.55 0 0.13 213.24 1 0.44
Hex 0 63 DE 64 37 0 D D5 64 2C
Octal 0 143 336 144 67 0 15 325 144 54
Binary 0 1100011 11011110 1100100 110111 0 1101 11010101 1100100 101100

Color Harmonies of #0063DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0063DE

Black with #0063DE

Text Example


Text Example

White with #0063DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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