Html Css Color HEX #11526C Orient

📋 copy color: '#11526C'

red 17 ◦ green 82 ◦ blue 108

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

Shades of Orient #11526C

Tints of Orient #11526C

RGB

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

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

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

R = 8.21%
G = 39.61%
B = 52.17%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11526C (or 0x11526C) is known color: Orient. HEX triplet: 11, 52 and 6C. RGB value is (17,82,108). Sum of RGB (Red+Green+Blue) = 17+82+108=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #11526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11526C is #EEAD93. Grayscale: #414141. Windows color (decimal): -15642004 or 7098897. OLE color: 7098897.

HSL color Cylindrical-coordinate representation of color #11526C: hue angle of 197.14º 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 #11526C is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 82 108 -
CMYK 0.84 0.24 0 0.58
HSL 197.14º 0.73% 0.25% -
HSV(B) 197.14º 0.84% 0.42% -
XYZ 5.96 7.24 15.27 -
YUV 65.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 17 82 108 0.84 0.24 0 0.58 197.14 0.73 0.25
Hex 11 52 6C 54 18 0 3A C5 49 19
Octal 21 122 154 124 30 0 72 305 111 31
Binary 10001 1010010 1101100 1010100 11000 0 111010 11000101 1001001 11001

Color Harmonies of #11526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11526C

Black with #11526C

Text Example


Text Example

White with #11526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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