Html Css Color HEX #01096A Navy

📋 copy color: '#01096A'

red 1 ◦ green 9 ◦ blue 106

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

Shades of Navy #01096A

Tints of Navy #01096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 106 (41.8% from 255) = 91.38%

R = 0.86%
G = 7.76%
B = 91.38%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01096A (or 0x01096A) is known color: Navy. HEX triplet: 01, 09 and 6A. RGB value is (1,9,106). Sum of RGB (Red+Green+Blue) = 1+9+106=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 106 (41.80% from 255 or 91.38% from 116); Max value from RGB is 106 - color contains mainly: blue. Hex color #01096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096A is #FEF695. Grayscale: #111111. Windows color (decimal): -16709270 or 6949121. OLE color: 6949121.

HSL color Cylindrical-coordinate representation of color #01096A: hue angle of 235.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01096A is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 9 106 -
CMYK 0.99 0.92 0 0.58
HSL 235.43º 0.98% 0.21% -
HSV(B) 235.43º 0.99% 0.42% -
XYZ 2.71 1.24 13.73 -
YUV 17.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 1 9 106 0.99 0.92 0 0.58 235.43 0.98 0.21
Hex 1 9 6A 63 5C 0 3A EB 62 15
Octal 1 11 152 143 134 0 72 353 142 25
Binary 1 1001 1101010 1100011 1011100 0 111010 11101011 1100010 10101

Color Harmonies of #01096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01096A

Black with #01096A

Text Example


Text Example

White with #01096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01096A; }

 p { color: rgb(1,9,106); }

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

background-color css

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

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

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

border-color css

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

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

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