Html Css Color HEX #11536C Orient

📋 copy color: '#11536C'

red 17 ◦ green 83 ◦ blue 108

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

Shades of Orient #11536C

Tints of Orient #11536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.9%

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 8.17%
G = 39.9%
B = 51.92%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11536C (or 0x11536C) is known color: Orient. HEX triplet: 11, 53 and 6C. RGB value is (17,83,108). Sum of RGB (Red+Green+Blue) = 17+83+108=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #11536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11536C is #EEAC93. Grayscale: #414141. Windows color (decimal): -15641748 or 7099153. OLE color: 7099153.

HSL color Cylindrical-coordinate representation of color #11536C: hue angle of 196.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11536C is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 83 108 -
CMYK 0.84 0.23 0 0.58
HSL 196.48º 0.73% 0.25% -
HSV(B) 196.48º 0.84% 0.42% -
XYZ 6.03 7.39 15.3 -
YUV 66.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 17 83 108 0.84 0.23 0 0.58 196.48 0.73 0.25
Hex 11 53 6C 54 17 0 3A C4 49 19
Octal 21 123 154 124 27 0 72 304 111 31
Binary 10001 1010011 1101100 1010100 10111 0 111010 11000100 1001001 11001

Color Harmonies of #11536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11536C

Black with #11536C

Text Example


Text Example

White with #11536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,83,108); }

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

background-color css

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

 a { background-color: rgb(17,83,108); }

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

border-color css

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

 span { border-color: rgb(17,83,108); }

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