Html Css Color HEX #010360 Navy

📋 copy color: '#010360'

red 1 ◦ green 3 ◦ blue 96

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

Shades of Navy #010360

Tints of Navy #010360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 96%

R = 1%
G = 3%
B = 96%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010360 (or 0x010360) is known color: Navy. HEX triplet: 01, 03 and 60. RGB value is (1,3,96). Sum of RGB (Red+Green+Blue) = 1+3+96=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 96 (37.89% from 255 or 96% from 100); Max value from RGB is 96 - color contains mainly: blue. Hex color #010360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010360 is #FEFC9F. Grayscale: #0C0C0C. Windows color (decimal): -16710816 or 6292225. OLE color: 6292225.

HSL color Cylindrical-coordinate representation of color #010360: hue angle of 238.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010360 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 3 96 -
CMYK 0.99 0.97 0 0.62
HSL 238.74º 0.98% 0.19% -
HSV(B) 238.74º 0.99% 0.38% -
XYZ 2.16 0.92 11.13 -
YUV 13 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 1 3 96 0.99 0.97 0 0.62 238.74 0.98 0.19
Hex 1 3 60 63 61 0 3E EF 62 13
Octal 1 3 140 143 141 0 76 357 142 23
Binary 1 11 1100000 1100011 1100001 0 111110 11101111 1100010 10011

Color Harmonies of #010360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010360

Black with #010360

Text Example


Text Example

White with #010360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010360; }

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

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

background-color css

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

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

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

border-color css

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

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

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