Html Css Color HEX #117384 Allports

📋 copy color: '#117384'

red 17 ◦ green 115 ◦ blue 132

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

Shades of Allports #117384

Tints of Allports #117384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 132 (51.95% from 255) = 50%

R = 6.44%
G = 43.56%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#117384 (or 0x117384) is known color: Allports. HEX triplet: 11, 73 and 84. RGB value is (17,115,132). Sum of RGB (Red+Green+Blue) = 17+115+132=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #117384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117384 is #EE8C7B. Grayscale: #575757. Windows color (decimal): -15633532 or 8680209. OLE color: 8680209.

HSL color Cylindrical-coordinate representation of color #117384: hue angle of 188.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117384 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 115 132 -
CMYK 0.87 0.13 0 0.48
HSL 188.87º 0.77% 0.29% -
HSV(B) 188.87º 0.87% 0.52% -
XYZ 10.53 14.05 23.99 -
YUV 87.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 17 115 132 0.87 0.13 0 0.48 188.87 0.77 0.29
Hex 11 73 84 57 D 0 30 BD 4D 1D
Octal 21 163 204 127 15 0 60 275 115 35
Binary 10001 1110011 10000100 1010111 1101 0 110000 10111101 1001101 11101

Color Harmonies of #117384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117384

Black with #117384

Text Example


Text Example

White with #117384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117384; }

 p { color: rgb(17,115,132); }

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

background-color css

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

 a { background-color: rgb(17,115,132); }

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

border-color css

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

 span { border-color: rgb(17,115,132); }

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