Html Css Color HEX #11526B Orient

📋 copy color: '#11526B'

red 17 ◦ green 82 ◦ blue 107

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

Shades of Orient #11526B

Tints of Orient #11526B

RGB

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

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

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

R = 8.25%
G = 39.81%
B = 51.94%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11526B (or 0x11526B) is known color: Orient. HEX triplet: 11, 52 and 6B. RGB value is (17,82,107). Sum of RGB (Red+Green+Blue) = 17+82+107=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #11526B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11526B is #EEAD94. Grayscale: #414141. Windows color (decimal): -15642005 or 7033361. OLE color: 7033361.

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

Color convert

RGB 17 82 107 -
CMYK 0.84 0.23 0 0.58
HSL 196.67º 0.73% 0.24% -
HSV(B) 196.67º 0.84% 0.42% -
XYZ 5.9 7.22 14.99 -
YUV 65.42 151.47 93.47 -
System Red Green Blue C M Y K H S L
Decimal 17 82 107 0.84 0.23 0 0.58 196.67 0.73 0.24
Hex 11 52 6B 54 17 0 3A C5 49 18
Octal 21 122 153 124 27 0 72 305 111 30
Binary 10001 1010010 1101011 1010100 10111 0 111010 11000101 1001001 11000

Color Harmonies of #11526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11526B

Black with #11526B

Text Example


Text Example

White with #11526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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