Html Css Color HEX #010169 Navy

📋 copy color: '#010169'

red 1 ◦ green 1 ◦ blue 105

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

Shades of Navy #010169

Tints of Navy #010169

RGB

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

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

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

R = 0.93%
G = 0.93%
B = 98.13%

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

#010169 (or 0x010169) is known color: Navy. HEX triplet: 01, 01 and 69. RGB value is (1,1,105). Sum of RGB (Red+Green+Blue) = 1+1+105=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 105 (41.41% from 255 or 98.13% from 107); Max value from RGB is 105 - color contains mainly: blue. Hex color #010169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010169 is #FEFE96. Grayscale: #0C0C0C. Windows color (decimal): -16711319 or 6881537. OLE color: 6881537.

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

Color convert

RGB 1 1 105 -
CMYK 0.99 0.99 0 0.59
HSL 240º 0.98% 0.21% -
HSV(B) 240º 0.99% 0.41% -
XYZ 2.57 1.05 13.43 -
YUV 12.86 180 119.54 -
System Red Green Blue C M Y K H S L
Decimal 1 1 105 0.99 0.99 0 0.59 240 0.98 0.21
Hex 1 1 69 63 63 0 3B F0 62 15
Octal 1 1 151 143 143 0 73 360 142 25
Binary 1 1 1101001 1100011 1100011 0 111011 11110000 1100010 10101

Color Harmonies of #010169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010169

Black with #010169

Text Example


Text Example

White with #010169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010169; }

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

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

background-color css

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

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

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

border-color css

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

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

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