Html Css Color HEX #117293 Allports

📋 copy color: '#117293'

red 17 ◦ green 114 ◦ blue 147

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

Shades of Allports #117293

Tints of Allports #117293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 6.12%
G = 41.01%
B = 52.88%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#117293 (or 0x117293) is known color: Allports. HEX triplet: 11, 72 and 93. RGB value is (17,114,147). Sum of RGB (Red+Green+Blue) = 17+114+147=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #117293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117293 is #EE8D6C. Grayscale: #585858. Windows color (decimal): -15633773 or 9662993. OLE color: 9662993.

HSL color Cylindrical-coordinate representation of color #117293: hue angle of 195.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117293 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 114 147 -
CMYK 0.88 0.22 0 0.42
HSL 195.23º 0.79% 0.32% -
HSV(B) 195.23º 0.88% 0.58% -
XYZ 11.51 14.26 29.75 -
YUV 88.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 17 114 147 0.88 0.22 0 0.42 195.23 0.79 0.32
Hex 11 72 93 58 16 0 2A C3 4F 20
Octal 21 162 223 130 26 0 52 303 117 40
Binary 10001 1110010 10010011 1011000 10110 0 101010 11000011 1001111 100000

Color Harmonies of #117293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117293

Black with #117293

Text Example


Text Example

White with #117293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117293; }

 p { color: rgb(17,114,147); }

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

background-color css

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

 a { background-color: rgb(17,114,147); }

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

border-color css

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

 span { border-color: rgb(17,114,147); }

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