Html Css Color HEX #11026F Navy

📋 copy color: '#11026F'

red 17 ◦ green 2 ◦ blue 111

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

Shades of Navy #11026F

Tints of Navy #11026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 13.08%
G = 1.54%
B = 85.38%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11026F (or 0x11026F) is known color: Navy. HEX triplet: 11, 02 and 6F. RGB value is (17,2,111). Sum of RGB (Red+Green+Blue) = 17+2+111=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #11026F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11026F is #EEFD90. Grayscale: #121212. Windows color (decimal): -15662481 or 7275025. OLE color: 7275025.

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

Color convert

RGB 17 2 111 -
CMYK 0.85 0.98 0 0.56
HSL 248.26º 0.96% 0.22% -
HSV(B) 248.26º 0.98% 0.44% -
XYZ 3.12 1.31 15.13 -
YUV 18.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 17 2 111 0.85 0.98 0 0.56 248.26 0.96 0.22
Hex 11 2 6F 55 62 0 38 F8 60 16
Octal 21 2 157 125 142 0 70 370 140 26
Binary 10001 10 1101111 1010101 1100010 0 111000 11111000 1100000 10110

Color Harmonies of #11026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11026F

Black with #11026F

Text Example


Text Example

White with #11026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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