Html Css Color HEX #01096F Navy

📋 copy color: '#01096F'

red 1 ◦ green 9 ◦ blue 111

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

Shades of Navy #01096F

Tints of Navy #01096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 91.74%

R = 0.83%
G = 7.44%
B = 91.74%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01096F (or 0x01096F) is known color: Navy. HEX triplet: 01, 09 and 6F. RGB value is (1,9,111). Sum of RGB (Red+Green+Blue) = 1+9+111=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #01096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096F is #FEF690. Grayscale: #111111. Windows color (decimal): -16709265 or 7276801. OLE color: 7276801.

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

Color convert

RGB 1 9 111 -
CMYK 0.99 0.92 0 0.56
HSL 235.64º 0.98% 0.22% -
HSV(B) 235.64º 0.99% 0.44% -
XYZ 2.98 1.35 15.14 -
YUV 18.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 1 9 111 0.99 0.92 0 0.56 235.64 0.98 0.22
Hex 1 9 6F 63 5C 0 38 EC 62 16
Octal 1 11 157 143 134 0 70 354 142 26
Binary 1 1001 1101111 1100011 1011100 0 111000 11101100 1100010 10110

Color Harmonies of #01096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01096F

Black with #01096F

Text Example


Text Example

White with #01096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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