Html Css Color HEX #01096D Navy

📋 copy color: '#01096D'

red 1 ◦ green 9 ◦ blue 109

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

Shades of Navy #01096D

Tints of Navy #01096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 91.6%

R = 0.84%
G = 7.56%
B = 91.6%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01096D (or 0x01096D) is known color: Navy. HEX triplet: 01, 09 and 6D. RGB value is (1,9,109). Sum of RGB (Red+Green+Blue) = 1+9+109=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 109 (42.97% from 255 or 91.60% from 119); Max value from RGB is 109 - color contains mainly: blue. Hex color #01096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096D is #FEF692. Grayscale: #111111. Windows color (decimal): -16709267 or 7145729. OLE color: 7145729.

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

Color convert

RGB 1 9 109 -
CMYK 0.99 0.92 0 0.57
HSL 235.56º 0.98% 0.22% -
HSV(B) 235.56º 0.99% 0.43% -
XYZ 2.87 1.31 14.57 -
YUV 18.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 1 9 109 0.99 0.92 0 0.57 235.56 0.98 0.22
Hex 1 9 6D 63 5C 0 39 EC 62 16
Octal 1 11 155 143 134 0 71 354 142 26
Binary 1 1001 1101101 1100011 1011100 0 111001 11101100 1100010 10110

Color Harmonies of #01096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01096D

Black with #01096D

Text Example


Text Example

White with #01096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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