Html Css Color HEX #010863 Navy

📋 copy color: '#010863'

red 1 ◦ green 8 ◦ blue 99

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

Shades of Navy #010863

Tints of Navy #010863

RGB

 RED value IS 1 (0.78% from 255) = 0.93%

 GREEN value IS 8 (3.52% from 255) = 7.41%

 BLUE value IS 99 (39.06% from 255) = 91.67%

R = 0.93%
G = 7.41%
B = 91.67%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#010863 (or 0x010863) is known color: Navy. HEX triplet: 01, 08 and 63. RGB value is (1,8,99). Sum of RGB (Red+Green+Blue) = 1+8+99=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #010863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010863 is #FEF79C. Grayscale: #0F0F0F. Windows color (decimal): -16709533 or 6490113. OLE color: 6490113.

HSL color Cylindrical-coordinate representation of color #010863: hue angle of 235.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010863 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 8 99 -
CMYK 0.99 0.92 0 0.61
HSL 235.71º 0.98% 0.2% -
HSV(B) 235.71º 0.99% 0.39% -
XYZ 2.35 1.08 11.89 -
YUV 16.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 1 8 99 0.99 0.92 0 0.61 235.71 0.98 0.2
Hex 1 8 63 63 5C 0 3D EC 62 14
Octal 1 10 143 143 134 0 75 354 142 24
Binary 1 1000 1100011 1100011 1011100 0 111101 11101100 1100010 10100

Color Harmonies of #010863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010863

Black with #010863

Text Example


Text Example

White with #010863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010863; }

 p { color: rgb(1,8,99); }

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

background-color css

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

 a { background-color: rgb(1,8,99); }

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

border-color css

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

 span { border-color: rgb(1,8,99); }

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