Html Css Color HEX #11516D Orient

📋 copy color: '#11516D'

red 17 ◦ green 81 ◦ blue 109

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

Shades of Orient #11516D

Tints of Orient #11516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 8.21%
G = 39.13%
B = 52.66%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11516D (or 0x11516D) is known color: Orient. HEX triplet: 11, 51 and 6D. RGB value is (17,81,109). Sum of RGB (Red+Green+Blue) = 17+81+109=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #11516D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11516D is #EEAE92. Grayscale: #404040. Windows color (decimal): -15642259 or 7164177. OLE color: 7164177.

HSL color Cylindrical-coordinate representation of color #11516D: hue angle of 198.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11516D is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 81 109 -
CMYK 0.84 0.26 0 0.57
HSL 198.26º 0.73% 0.25% -
HSV(B) 198.26º 0.84% 0.43% -
XYZ 5.93 7.11 15.53 -
YUV 65.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 17 81 109 0.84 0.26 0 0.57 198.26 0.73 0.25
Hex 11 51 6D 54 1A 0 39 C6 49 19
Octal 21 121 155 124 32 0 71 306 111 31
Binary 10001 1010001 1101101 1010100 11010 0 111001 11000110 1001001 11001

Color Harmonies of #11516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11516D

Black with #11516D

Text Example


Text Example

White with #11516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,81,109); }

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

background-color css

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

 a { background-color: rgb(17,81,109); }

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

border-color css

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

 span { border-color: rgb(17,81,109); }

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