Html Css Color HEX #010168 Navy

📋 copy color: '#010168'

red 1 ◦ green 1 ◦ blue 104

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

Shades of Navy #010168

Tints of Navy #010168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

 BLUE value IS 104 (41.02% from 255) = 98.11%

R = 0.94%
G = 0.94%
B = 98.11%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010168 (or 0x010168) is known color: Navy. HEX triplet: 01, 01 and 68. RGB value is (1,1,104). Sum of RGB (Red+Green+Blue) = 1+1+104=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 104 (41.02% from 255 or 98.11% from 106); Max value from RGB is 104 - color contains mainly: blue. Hex color #010168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010168 is #FEFE97. Grayscale: #0C0C0C. Windows color (decimal): -16711320 or 6816001. OLE color: 6816001.

HSL color Cylindrical-coordinate representation of color #010168: hue angle of 240º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010168 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 1 104 -
CMYK 0.99 0.99 0 0.59
HSL 240º 0.98% 0.21% -
HSV(B) 240º 0.99% 0.41% -
XYZ 2.52 1.03 13.16 -
YUV 12.74 179.5 119.62 -
System Red Green Blue C M Y K H S L
Decimal 1 1 104 0.99 0.99 0 0.59 240 0.98 0.21
Hex 1 1 68 63 63 0 3B F0 62 15
Octal 1 1 150 143 143 0 73 360 142 25
Binary 1 1 1101000 1100011 1100011 0 111011 11110000 1100010 10101

Color Harmonies of #010168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010168

Black with #010168

Text Example


Text Example

White with #010168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010168; }

 p { color: rgb(1,1,104); }

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

background-color css

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

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

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

border-color css

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

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

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