Html Css Color HEX #11597D Orient

📋 copy color: '#11597D'

red 17 ◦ green 89 ◦ blue 125

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

Shades of Orient #11597D

Tints of Orient #11597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 7.36%
G = 38.53%
B = 54.11%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11597D (or 0x11597D) is known color: Orient. HEX triplet: 11, 59 and 7D. RGB value is (17,89,125). Sum of RGB (Red+Green+Blue) = 17+89+125=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #11597D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11597D is #EEA682. Grayscale: #474747. Windows color (decimal): -15640195 or 8214801. OLE color: 8214801.

HSL color Cylindrical-coordinate representation of color #11597D: hue angle of 200º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11597D is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 89 125 -
CMYK 0.86 0.29 0 0.51
HSL 200º 0.76% 0.28% -
HSV(B) 200º 0.86% 0.49% -
XYZ 7.51 8.74 20.69 -
YUV 71.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 17 89 125 0.86 0.29 0 0.51 200 0.76 0.28
Hex 11 59 7D 56 1D 0 33 C8 4C 1C
Octal 21 131 175 126 35 0 63 310 114 34
Binary 10001 1011001 1111101 1010110 11101 0 110011 11001000 1001100 11100

Color Harmonies of #11597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11597D

Black with #11597D

Text Example


Text Example

White with #11597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,89,125); }

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

background-color css

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

 a { background-color: rgb(17,89,125); }

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

border-color css

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

 span { border-color: rgb(17,89,125); }

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