Html Css Color HEX #11027C Navy

📋 copy color: '#11027C'

red 17 ◦ green 2 ◦ blue 124

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

Shades of Navy #11027C

Tints of Navy #11027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 86.71%

R = 11.89%
G = 1.4%
B = 86.71%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11027C (or 0x11027C) is known color: Navy. HEX triplet: 11, 02 and 7C. RGB value is (17,2,124). Sum of RGB (Red+Green+Blue) = 17+2+124=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #11027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027C is #EEFD83. Grayscale: #131313. Windows color (decimal): -15662468 or 8126993. OLE color: 8126993.

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

Color convert

RGB 17 2 124 -
CMYK 0.86 0.98 0 0.51
HSL 247.38º 0.97% 0.25% -
HSV(B) 247.38º 0.98% 0.49% -
XYZ 3.89 1.62 19.18 -
YUV 20.39 186.47 125.58 -
System Red Green Blue C M Y K H S L
Decimal 17 2 124 0.86 0.98 0 0.51 247.38 0.97 0.25
Hex 11 2 7C 56 62 0 33 F7 61 19
Octal 21 2 174 126 142 0 63 367 141 31
Binary 10001 10 1111100 1010110 1100010 0 110011 11110111 1100001 11001

Color Harmonies of #11027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11027C

Black with #11027C

Text Example


Text Example

White with #11027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11027C; }

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

 H1.HeaderClassName
 {
   color: #11027C;
 }
 .AnyTagClassName
 {
   color: #11027C;
 }
</style>

background-color css

<style>
 a { background-color: #11027C; }

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

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

border-color css

<style>
 span { border-color: #11027C; }

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

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