Html Css Color HEX #11506C Orient

📋 copy color: '#11506C'

red 17 ◦ green 80 ◦ blue 108

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

Shades of Orient #11506C

Tints of Orient #11506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

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

R = 8.29%
G = 39.02%
B = 52.68%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11506C (or 0x11506C) is known color: Orient. HEX triplet: 11, 50 and 6C. RGB value is (17,80,108). Sum of RGB (Red+Green+Blue) = 17+80+108=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #11506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11506C is #EEAF93. Grayscale: #404040. Windows color (decimal): -15642516 or 7098385. OLE color: 7098385.

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

Color convert

RGB 17 80 108 -
CMYK 0.84 0.26 0 0.58
HSL 198.46º 0.73% 0.25% -
HSV(B) 198.46º 0.84% 0.42% -
XYZ 5.81 6.94 15.22 -
YUV 64.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 17 80 108 0.84 0.26 0 0.58 198.46 0.73 0.25
Hex 11 50 6C 54 1A 0 3A C6 49 19
Octal 21 120 154 124 32 0 72 306 111 31
Binary 10001 1010000 1101100 1010100 11010 0 111010 11000110 1001001 11001

Color Harmonies of #11506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11506C

Black with #11506C

Text Example


Text Example

White with #11506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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