Html Css Color HEX #010669 Navy

📋 copy color: '#010669'

red 1 ◦ green 6 ◦ blue 105

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

Shades of Navy #010669

Tints of Navy #010669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 93.75%

R = 0.89%
G = 5.36%
B = 93.75%

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

#010669 (or 0x010669) is known color: Navy. HEX triplet: 01, 06 and 69. RGB value is (1,6,105). Sum of RGB (Red+Green+Blue) = 1+6+105=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #010669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010669 is #FEF996. Grayscale: #0F0F0F. Windows color (decimal): -16710039 or 6882817. OLE color: 6882817.

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

Color convert

RGB 1 6 105 -
CMYK 0.99 0.94 0 0.59
HSL 237.12º 0.98% 0.21% -
HSV(B) 237.12º 0.99% 0.41% -
XYZ 2.63 1.16 13.45 -
YUV 15.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 1 6 105 0.99 0.94 0 0.59 237.12 0.98 0.21
Hex 1 6 69 63 5E 0 3B ED 62 15
Octal 1 6 151 143 136 0 73 355 142 25
Binary 1 110 1101001 1100011 1011110 0 111011 11101101 1100010 10101

Color Harmonies of #010669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010669

Black with #010669

Text Example


Text Example

White with #010669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010669; }

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

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

background-color css

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

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

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

border-color css

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

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

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