Html Css Color HEX #11027D Navy

📋 copy color: '#11027D'

red 17 ◦ green 2 ◦ blue 125

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

Shades of Navy #11027D

Tints of Navy #11027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 86.81%

R = 11.81%
G = 1.39%
B = 86.81%

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

#11027D (or 0x11027D) is known color: Navy. HEX triplet: 11, 02 and 7D. RGB value is (17,2,125). Sum of RGB (Red+Green+Blue) = 17+2+125=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #11027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027D is #EEFD82. Grayscale: #141414. Windows color (decimal): -15662467 or 8192529. OLE color: 8192529.

HSL color Cylindrical-coordinate representation of color #11027D: hue angle of 247.32º 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 #11027D is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 2 125 -
CMYK 0.86 0.98 0 0.51
HSL 247.32º 0.97% 0.25% -
HSV(B) 247.32º 0.98% 0.49% -
XYZ 3.95 1.64 19.51 -
YUV 20.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 17 2 125 0.86 0.98 0 0.51 247.32 0.97 0.25
Hex 11 2 7D 56 62 0 33 F7 61 19
Octal 21 2 175 126 142 0 63 367 141 31
Binary 10001 10 1111101 1010110 1100010 0 110011 11110111 1100001 11001

Color Harmonies of #11027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11027D

Black with #11027D

Text Example


Text Example

White with #11027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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