Html Css Color HEX #010668 Navy

📋 copy color: '#010668'

red 1 ◦ green 6 ◦ blue 104

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

Shades of Navy #010668

Tints of Navy #010668

RGB

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

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

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

R = 0.9%
G = 5.41%
B = 93.69%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010668 (or 0x010668) is known color: Navy. HEX triplet: 01, 06 and 68. RGB value is (1,6,104). Sum of RGB (Red+Green+Blue) = 1+6+104=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 104 (41.02% from 255 or 93.69% from 111); Max value from RGB is 104 - color contains mainly: blue. Hex color #010668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010668 is #FEF997. Grayscale: #0F0F0F. Windows color (decimal): -16710040 or 6817281. OLE color: 6817281.

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

Color convert

RGB 1 6 104 -
CMYK 0.99 0.94 0 0.59
HSL 237.09º 0.98% 0.21% -
HSV(B) 237.09º 0.99% 0.41% -
XYZ 2.58 1.14 13.18 -
YUV 15.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 1 6 104 0.99 0.94 0 0.59 237.09 0.98 0.21
Hex 1 6 68 63 5E 0 3B ED 62 15
Octal 1 6 150 143 136 0 73 355 142 25
Binary 1 110 1101000 1100011 1011110 0 111011 11101101 1100010 10101

Color Harmonies of #010668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010668

Black with #010668

Text Example


Text Example

White with #010668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010668; }

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

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

background-color css

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

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

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

border-color css

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

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

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