Html Css Color HEX #01107D Navy

📋 copy color: '#01107D'

red 1 ◦ green 16 ◦ blue 125

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

Shades of Navy #01107D

Tints of Navy #01107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.27%

 BLUE value IS 125 (49.22% from 255) = 88.03%

R = 0.7%
G = 11.27%
B = 88.03%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01107D (or 0x01107D) is known color: Navy. HEX triplet: 01, 10 and 7D. RGB value is (1,16,125). Sum of RGB (Red+Green+Blue) = 1+16+125=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 125 (49.22% from 255 or 88.03% from 142); Max value from RGB is 125 - color contains mainly: blue. Hex color #01107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01107D is #FEEF82. Grayscale: #171717. Windows color (decimal): -16707459 or 8196097. OLE color: 8196097.

HSL color Cylindrical-coordinate representation of color #01107D: hue angle of 232.74º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01107D is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 16 125 -
CMYK 0.99 0.87 0 0.51
HSL 232.74º 0.98% 0.25% -
HSV(B) 232.74º 0.99% 0.49% -
XYZ 3.9 1.86 19.56 -
YUV 23.94 185.03 111.64 -
System Red Green Blue C M Y K H S L
Decimal 1 16 125 0.99 0.87 0 0.51 232.74 0.98 0.25
Hex 1 10 7D 63 57 0 33 E9 62 19
Octal 1 20 175 143 127 0 63 351 142 31
Binary 1 10000 1111101 1100011 1010111 0 110011 11101001 1100010 11001

Color Harmonies of #01107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01107D

Black with #01107D

Text Example


Text Example

White with #01107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,16,125); }

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

background-color css

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

 a { background-color: rgb(1,16,125); }

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

border-color css

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

 span { border-color: rgb(1,16,125); }

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