Html Css Color HEX #010868 Navy

📋 copy color: '#010868'

red 1 ◦ green 8 ◦ blue 104

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

Shades of Navy #010868

Tints of Navy #010868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

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

R = 0.88%
G = 7.08%
B = 92.04%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010868 (or 0x010868) is known color: Navy. HEX triplet: 01, 08 and 68. RGB value is (1,8,104). Sum of RGB (Red+Green+Blue) = 1+8+104=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 104 (41.02% from 255 or 92.04% from 113); Max value from RGB is 104 - color contains mainly: blue. Hex color #010868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010868 is #FEF797. Grayscale: #101010. Windows color (decimal): -16709528 or 6817793. OLE color: 6817793.

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

Color convert

RGB 1 8 104 -
CMYK 0.99 0.92 0 0.59
HSL 235.92º 0.98% 0.21% -
HSV(B) 235.92º 0.99% 0.41% -
XYZ 2.6 1.18 13.19 -
YUV 16.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 1 8 104 0.99 0.92 0 0.59 235.92 0.98 0.21
Hex 1 8 68 63 5C 0 3B EC 62 15
Octal 1 10 150 143 134 0 73 354 142 25
Binary 1 1000 1101000 1100011 1011100 0 111011 11101100 1100010 10101

Color Harmonies of #010868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010868

Black with #010868

Text Example


Text Example

White with #010868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010868; }

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

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

background-color css

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

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

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

border-color css

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

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

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