Html Css Color HEX #010768 Navy

📋 copy color: '#010768'

red 1 ◦ green 7 ◦ blue 104

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

Shades of Navy #010768

Tints of Navy #010768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.25%

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

R = 0.89%
G = 6.25%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010768 (or 0x010768) is known color: Navy. HEX triplet: 01, 07 and 68. RGB value is (1,7,104). Sum of RGB (Red+Green+Blue) = 1+7+104=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 104 (41.02% from 255 or 92.86% from 112); Max value from RGB is 104 - color contains mainly: blue. Hex color #010768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010768 is #FEF897. Grayscale: #0F0F0F. Windows color (decimal): -16709784 or 6817537. OLE color: 6817537.

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

Color convert

RGB 1 7 104 -
CMYK 0.99 0.93 0 0.59
HSL 236.5º 0.98% 0.21% -
HSV(B) 236.5º 0.99% 0.41% -
XYZ 2.59 1.16 13.18 -
YUV 16.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 1 7 104 0.99 0.93 0 0.59 236.5 0.98 0.21
Hex 1 7 68 63 5D 0 3B ED 62 15
Octal 1 7 150 143 135 0 73 355 142 25
Binary 1 111 1101000 1100011 1011101 0 111011 11101101 1100010 10101

Color Harmonies of #010768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010768

Black with #010768

Text Example


Text Example

White with #010768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010768; }

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

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

background-color css

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

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

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

border-color css

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

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

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