Html Css Color HEX #11536E Orient

📋 copy color: '#11536E'

red 17 ◦ green 83 ◦ blue 110

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

Shades of Orient #11536E

Tints of Orient #11536E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 8.1%
G = 39.52%
B = 52.38%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11536E (or 0x11536E) is known color: Orient. HEX triplet: 11, 53 and 6E. RGB value is (17,83,110). Sum of RGB (Red+Green+Blue) = 17+83+110=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #11536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11536E is #EEAC91. Grayscale: #424242. Windows color (decimal): -15641746 or 7230225. OLE color: 7230225.

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

Color convert

RGB 17 83 110 -
CMYK 0.85 0.25 0 0.57
HSL 197.42º 0.73% 0.25% -
HSV(B) 197.42º 0.85% 0.43% -
XYZ 6.14 7.43 15.86 -
YUV 66.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 17 83 110 0.85 0.25 0 0.57 197.42 0.73 0.25
Hex 11 53 6E 55 19 0 39 C5 49 19
Octal 21 123 156 125 31 0 71 305 111 31
Binary 10001 1010011 1101110 1010101 11001 0 111001 11000101 1001001 11001

Color Harmonies of #11536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11536E

Black with #11536E

Text Example


Text Example

White with #11536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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