Html Css Color HEX #11526E Orient

📋 copy color: '#11526E'

red 17 ◦ green 82 ◦ blue 110

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

Shades of Orient #11526E

Tints of Orient #11526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

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

R = 8.13%
G = 39.23%
B = 52.63%

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

#11526E (or 0x11526E) is known color: Orient. HEX triplet: 11, 52 and 6E. RGB value is (17,82,110). Sum of RGB (Red+Green+Blue) = 17+82+110=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #11526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11526E is #EEAD91. Grayscale: #414141. Windows color (decimal): -15642002 or 7229969. OLE color: 7229969.

HSL color Cylindrical-coordinate representation of color #11526E: hue angle of 198.06º 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 #11526E is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 82 110 -
CMYK 0.85 0.25 0 0.57
HSL 198.06º 0.73% 0.25% -
HSV(B) 198.06º 0.85% 0.43% -
XYZ 6.06 7.28 15.84 -
YUV 65.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 17 82 110 0.85 0.25 0 0.57 198.06 0.73 0.25
Hex 11 52 6E 55 19 0 39 C6 49 19
Octal 21 122 156 125 31 0 71 306 111 31
Binary 10001 1010010 1101110 1010101 11001 0 111001 11000110 1001001 11001

Color Harmonies of #11526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11526E

Black with #11526E

Text Example


Text Example

White with #11526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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