Html Css Color HEX #010664 Navy

📋 copy color: '#010664'

red 1 ◦ green 6 ◦ blue 100

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

Shades of Navy #010664

Tints of Navy #010664

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

 BLUE value IS 100 (39.45% from 255) = 93.46%

R = 0.93%
G = 5.61%
B = 93.46%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#010664 (or 0x010664) is known color: Navy. HEX triplet: 01, 06 and 64. RGB value is (1,6,100). Sum of RGB (Red+Green+Blue) = 1+6+100=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 100 (39.45% from 255 or 93.46% from 107); Max value from RGB is 100 - color contains mainly: blue. Hex color #010664 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010664 is #FEF99B. Grayscale: #0E0E0E. Windows color (decimal): -16710044 or 6555137. OLE color: 6555137.

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

Color convert

RGB 1 6 100 -
CMYK 0.99 0.94 0 0.61
HSL 236.97º 0.98% 0.2% -
HSV(B) 236.97º 0.99% 0.39% -
XYZ 2.38 1.06 12.14 -
YUV 15.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 1 6 100 0.99 0.94 0 0.61 236.97 0.98 0.2
Hex 1 6 64 63 5E 0 3D ED 62 14
Octal 1 6 144 143 136 0 75 355 142 24
Binary 1 110 1100100 1100011 1011110 0 111101 11101101 1100010 10100

Color Harmonies of #010664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010664

Black with #010664

Text Example


Text Example

White with #010664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010664; }

 p { color: rgb(1,6,100); }

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

background-color css

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

 a { background-color: rgb(1,6,100); }

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

border-color css

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

 span { border-color: rgb(1,6,100); }

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