Html Css Color HEX #11536B Orient

📋 copy color: '#11536B'

red 17 ◦ green 83 ◦ blue 107

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

Shades of Orient #11536B

Tints of Orient #11536B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 51.69%

R = 8.21%
G = 40.1%
B = 51.69%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11536B (or 0x11536B) is known color: Orient. HEX triplet: 11, 53 and 6B. RGB value is (17,83,107). Sum of RGB (Red+Green+Blue) = 17+83+107=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #11536B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11536B is #EEAC94. Grayscale: #414141. Windows color (decimal): -15641749 or 7033617. OLE color: 7033617.

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

Color convert

RGB 17 83 107 -
CMYK 0.84 0.22 0 0.58
HSL 196º 0.73% 0.24% -
HSV(B) 196º 0.84% 0.42% -
XYZ 5.98 7.37 15.02 -
YUV 66 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 17 83 107 0.84 0.22 0 0.58 196 0.73 0.24
Hex 11 53 6B 54 16 0 3A C4 49 18
Octal 21 123 153 124 26 0 72 304 111 30
Binary 10001 1010011 1101011 1010100 10110 0 111010 11000100 1001001 11000

Color Harmonies of #11536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11536B

Black with #11536B

Text Example


Text Example

White with #11536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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