Html Css Color HEX #010963 Navy

📋 copy color: '#010963'

red 1 ◦ green 9 ◦ blue 99

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

Shades of Navy #010963

Tints of Navy #010963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

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

R = 0.92%
G = 8.26%
B = 90.83%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#010963 (or 0x010963) is known color: Navy. HEX triplet: 01, 09 and 63. RGB value is (1,9,99). Sum of RGB (Red+Green+Blue) = 1+9+99=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #010963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010963 is #FEF69C. Grayscale: #101010. Windows color (decimal): -16709277 or 6490369. OLE color: 6490369.

HSL color Cylindrical-coordinate representation of color #010963: hue angle of 235.1º 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 #010963 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 9 99 -
CMYK 0.99 0.91 0 0.61
HSL 235.1º 0.98% 0.2% -
HSV(B) 235.1º 0.99% 0.39% -
XYZ 2.36 1.1 11.89 -
YUV 16.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 1 9 99 0.99 0.91 0 0.61 235.1 0.98 0.2
Hex 1 9 63 63 5B 0 3D EB 62 14
Octal 1 11 143 143 133 0 75 353 142 24
Binary 1 1001 1100011 1100011 1011011 0 111101 11101011 1100010 10100

Color Harmonies of #010963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010963

Black with #010963

Text Example


Text Example

White with #010963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010963; }

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

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

background-color css

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

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

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

border-color css

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

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

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