Html Css Color HEX #010363 Navy

📋 copy color: '#010363'

red 1 ◦ green 3 ◦ blue 99

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

Shades of Navy #010363

Tints of Navy #010363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 0.97%
G = 2.91%
B = 96.12%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#010363 (or 0x010363) is known color: Navy. HEX triplet: 01, 03 and 63. RGB value is (1,3,99). Sum of RGB (Red+Green+Blue) = 1+3+99=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 99 (39.06% from 255 or 96.12% from 103); Max value from RGB is 99 - color contains mainly: blue. Hex color #010363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010363 is #FEFC9C. Grayscale: #0C0C0C. Windows color (decimal): -16710813 or 6488833. OLE color: 6488833.

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

Color convert

RGB 1 3 99 -
CMYK 0.99 0.97 0 0.61
HSL 238.78º 0.98% 0.2% -
HSV(B) 238.78º 0.99% 0.39% -
XYZ 2.3 0.97 11.87 -
YUV 13.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 1 3 99 0.99 0.97 0 0.61 238.78 0.98 0.2
Hex 1 3 63 63 61 0 3D EF 62 14
Octal 1 3 143 143 141 0 75 357 142 24
Binary 1 11 1100011 1100011 1100001 0 111101 11101111 1100010 10100

Color Harmonies of #010363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010363

Black with #010363

Text Example


Text Example

White with #010363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010363; }

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

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

background-color css

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

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

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

border-color css

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

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

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