Html Css Color HEX #010366 Navy

📋 copy color: '#010366'

red 1 ◦ green 3 ◦ blue 102

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

Shades of Navy #010366

Tints of Navy #010366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

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

R = 0.94%
G = 2.83%
B = 96.23%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#010366 (or 0x010366) is known color: Navy. HEX triplet: 01, 03 and 66. RGB value is (1,3,102). Sum of RGB (Red+Green+Blue) = 1+3+102=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 102 (40.23% from 255 or 96.23% from 106); Max value from RGB is 102 - color contains mainly: blue. Hex color #010366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010366 is #FEFC99. Grayscale: #0D0D0D. Windows color (decimal): -16710810 or 6685441. OLE color: 6685441.

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

Color convert

RGB 1 3 102 -
CMYK 0.99 0.97 0 0.6
HSL 238.81º 0.98% 0.2% -
HSV(B) 238.81º 0.99% 0.4% -
XYZ 2.44 1.03 12.64 -
YUV 13.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 1 3 102 0.99 0.97 0 0.6 238.81 0.98 0.2
Hex 1 3 66 63 61 0 3C EF 62 14
Octal 1 3 146 143 141 0 74 357 142 24
Binary 1 11 1100110 1100011 1100001 0 111100 11101111 1100010 10100

Color Harmonies of #010366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010366

Black with #010366

Text Example


Text Example

White with #010366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010366; }

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

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

background-color css

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

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

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

border-color css

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

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

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