Html Css Color HEX #11006F Navy

📋 copy color: '#11006F'

red 17 ◦ green 0 ◦ blue 111

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

Shades of Navy #11006F

Tints of Navy #11006F

RGB

 RED value IS 17 (7.03% from 255) = 13.28%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.28%
G = 0%
B = 86.72%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11006F (or 0x11006F) is known color: Navy. HEX triplet: 11, 00 and 6F. RGB value is (17,0,111). Sum of RGB (Red+Green+Blue) = 17+0+111=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 111 (43.75% from 255 or 86.72% from 128); Max value from RGB is 111 - color contains mainly: blue. Hex color #11006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11006F is #EEFF90. Grayscale: #111111. Windows color (decimal): -15662993 or 7274513. OLE color: 7274513.

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

Color convert

RGB 17 0 111 -
CMYK 0.85 1 0 0.56
HSL 249.19º 1% 0.22% -
HSV(B) 249.19º 1% 0.44% -
XYZ 3.1 1.27 15.12 -
YUV 17.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 17 0 111 0.85 1 0 0.56 249.19 1 0.22
Hex 11 0 6F 55 64 0 38 F9 64 16
Octal 21 0 157 125 144 0 70 371 144 26
Binary 10001 0 1101111 1010101 1100100 0 111000 11111001 1100100 10110

Color Harmonies of #11006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11006F

Black with #11006F

Text Example


Text Example

White with #11006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,0,111); }

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

background-color css

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

 a { background-color: rgb(17,0,111); }

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

border-color css

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

 span { border-color: rgb(17,0,111); }

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