Html Css Color HEX #0063D0 Navy Blue

📋 copy color: '#0063D0'

red 0 ◦ green 99 ◦ blue 208

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

Shades of Navy Blue #0063D0

Tints of Navy Blue #0063D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.75%

R = 0%
G = 32.25%
B = 67.75%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0063D0 (or 0x0063D0) is known color: Navy Blue. HEX triplet: 00, 63 and D0. RGB value is (0,99,208). Sum of RGB (Red+Green+Blue) = 0+99+208=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 208 (81.64% from 255 or 67.75% from 307); Max value from RGB is 208 - color contains mainly: blue. Hex color #0063D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0063D0 is #FF9C2F. Grayscale: #515151. Windows color (decimal): -16751664 or 13656832. OLE color: 13656832.

HSL color Cylindrical-coordinate representation of color #0063D0: hue angle of 211.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063D0 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 99 208 -
CMYK 1 0.52 0 0.18
HSL 211.44º 1% 0.41% -
HSV(B) 211.44º 1% 0.82% -
XYZ 15.85 13.48 61.44 -
YUV 81.83 199.2 69.64 -
System Red Green Blue C M Y K H S L
Decimal 0 99 208 1 0.52 0 0.18 211.44 1 0.41
Hex 0 63 D0 64 34 0 12 D3 64 29
Octal 0 143 320 144 64 0 22 323 144 51
Binary 0 1100011 11010000 1100100 110100 0 10010 11010011 1100100 101001

Color Harmonies of #0063D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0063D0

Black with #0063D0

Text Example


Text Example

White with #0063D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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