Html Css Color HEX #010266 Navy

📋 copy color: '#010266'

red 1 ◦ green 2 ◦ blue 102

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

Shades of Navy #010266

Tints of Navy #010266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.9%

 BLUE value IS 102 (40.23% from 255) = 97.14%

R = 0.95%
G = 1.9%
B = 97.14%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#010266 (or 0x010266) is known color: Navy. HEX triplet: 01, 02 and 66. RGB value is (1,2,102). Sum of RGB (Red+Green+Blue) = 1+2+102=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 102 (40.23% from 255 or 97.14% from 105); Max value from RGB is 102 - color contains mainly: blue. Hex color #010266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010266 is #FEFD99. Grayscale: #0C0C0C. Windows color (decimal): -16711066 or 6685185. OLE color: 6685185.

HSL color Cylindrical-coordinate representation of color #010266: hue angle of 239.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010266 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 2 102 -
CMYK 0.99 0.98 0 0.6
HSL 239.41º 0.98% 0.2% -
HSV(B) 239.41º 0.99% 0.4% -
XYZ 2.43 1.01 12.64 -
YUV 13.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 1 2 102 0.99 0.98 0 0.6 239.41 0.98 0.2
Hex 1 2 66 63 62 0 3C EF 62 14
Octal 1 2 146 143 142 0 74 357 142 24
Binary 1 10 1100110 1100011 1100010 0 111100 11101111 1100010 10100

Color Harmonies of #010266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010266

Black with #010266

Text Example


Text Example

White with #010266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010266; }

 p { color: rgb(1,2,102); }

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

background-color css

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

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

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

border-color css

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

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

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