Html Css Color HEX #010466 Navy

📋 copy color: '#010466'

red 1 ◦ green 4 ◦ blue 102

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

Shades of Navy #010466

Tints of Navy #010466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

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

R = 0.93%
G = 3.74%
B = 95.33%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#010466 (or 0x010466) is known color: Navy. HEX triplet: 01, 04 and 66. RGB value is (1,4,102). Sum of RGB (Red+Green+Blue) = 1+4+102=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 102 (40.23% from 255 or 95.33% from 107); Max value from RGB is 102 - color contains mainly: blue. Hex color #010466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010466 is #FEFB99. Grayscale: #0D0D0D. Windows color (decimal): -16710554 or 6685697. OLE color: 6685697.

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

Color convert

RGB 1 4 102 -
CMYK 0.99 0.96 0 0.6
HSL 238.22º 0.98% 0.2% -
HSV(B) 238.22º 0.99% 0.4% -
XYZ 2.45 1.05 12.64 -
YUV 14.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 1 4 102 0.99 0.96 0 0.6 238.22 0.98 0.2
Hex 1 4 66 63 60 0 3C EE 62 14
Octal 1 4 146 143 140 0 74 356 142 24
Binary 1 100 1100110 1100011 1100000 0 111100 11101110 1100010 10100

Color Harmonies of #010466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010466

Black with #010466

Text Example


Text Example

White with #010466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010466; }

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

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

background-color css

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

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

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

border-color css

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

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

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