Html Css Color HEX #11047A Navy

📋 copy color: '#11047A'

red 17 ◦ green 4 ◦ blue 122

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

Shades of Navy #11047A

Tints of Navy #11047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 11.89%
G = 2.8%
B = 85.31%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11047A (or 0x11047A) is known color: Navy. HEX triplet: 11, 04 and 7A. RGB value is (17,4,122). Sum of RGB (Red+Green+Blue) = 17+4+122=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 122 (48.05% from 255 or 85.31% from 143); Max value from RGB is 122 - color contains mainly: blue. Hex color #11047A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11047A is #EEFB85. Grayscale: #141414. Windows color (decimal): -15661958 or 7996433. OLE color: 7996433.

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

Color convert

RGB 17 4 122 -
CMYK 0.86 0.97 0 0.52
HSL 246.61º 0.94% 0.25% -
HSV(B) 246.61º 0.97% 0.48% -
XYZ 3.79 1.61 18.52 -
YUV 21.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 17 4 122 0.86 0.97 0 0.52 246.61 0.94 0.25
Hex 11 4 7A 56 61 0 34 F7 5E 19
Octal 21 4 172 126 141 0 64 367 136 31
Binary 10001 100 1111010 1010110 1100001 0 110100 11110111 1011110 11001

Color Harmonies of #11047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11047A

Black with #11047A

Text Example


Text Example

White with #11047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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