Html Css Color HEX #11057A Navy

📋 copy color: '#11057A'

red 17 ◦ green 5 ◦ blue 122

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

Shades of Navy #11057A

Tints of Navy #11057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 122 (48.05% from 255) = 84.72%

R = 11.81%
G = 3.47%
B = 84.72%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11057A (or 0x11057A) is known color: Navy. HEX triplet: 11, 05 and 7A. RGB value is (17,5,122). Sum of RGB (Red+Green+Blue) = 17+5+122=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #11057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11057A is #EEFA85. Grayscale: #151515. Windows color (decimal): -15661702 or 7996689. OLE color: 7996689.

HSL color Cylindrical-coordinate representation of color #11057A: hue angle of 246.15º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11057A is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 5 122 -
CMYK 0.86 0.96 0 0.52
HSL 246.15º 0.92% 0.25% -
HSV(B) 246.15º 0.96% 0.48% -
XYZ 3.8 1.63 18.53 -
YUV 21.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 17 5 122 0.86 0.96 0 0.52 246.15 0.92 0.25
Hex 11 5 7A 56 60 0 34 F6 5C 19
Octal 21 5 172 126 140 0 64 366 134 31
Binary 10001 101 1111010 1010110 1100000 0 110100 11110110 1011100 11001

Color Harmonies of #11057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11057A

Black with #11057A

Text Example


Text Example

White with #11057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11057A; }

 p { color: rgb(17,5,122); }

 H1.HeaderClassName
 {
   color: #11057A;
 }
 .AnyTagClassName
 {
   color: #11057A;
 }
</style>

background-color css

<style>
 a { background-color: #11057A; }

 a { background-color: rgb(17,5,122); }

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

border-color css

<style>
 span { border-color: #11057A; }

 span { border-color: rgb(17,5,122); }

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