Html Css Color HEX #0063FE Navy Blue

📋 copy color: '#0063FE'

red 0 ◦ green 99 ◦ blue 254

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

Shades of Navy Blue #0063FE

Tints of Navy Blue #0063FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.95%

R = 0%
G = 28.05%
B = 71.95%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0063FE (or 0x0063FE) is known color: Navy Blue. HEX triplet: 00, 63 and FE. RGB value is (0,99,254). Sum of RGB (Red+Green+Blue) = 0+99+254=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #0063FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0063FE is #FF9C01. Grayscale: #565656. Windows color (decimal): -16751618 or 16671488. OLE color: 16671488.

HSL color Cylindrical-coordinate representation of color #0063FE: hue angle of 216.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0063FE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 99 254 -
CMYK 1 0.61 0 0.00
HSL 216.61º 1% 0.5% -
HSV(B) 216.61º 1% 1% -
XYZ 22.35 16.08 95.69 -
YUV 87.07 222.2 65.9 -
System Red Green Blue C M Y K H S L
Decimal 0 99 254 1 0.61 0 0.00 216.61 1 0.5
Hex 0 63 FE 64 3D 0 0 D9 64 32
Octal 0 143 376 144 75 0 0 331 144 62
Binary 0 1100011 11111110 1100100 111101 0 0 11011001 1100100 110010

Color Harmonies of #0063FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0063FE

Black with #0063FE

Text Example


Text Example

White with #0063FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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