Html Css Color HEX #115A7B Orient

📋 copy color: '#115A7B'

red 17 ◦ green 90 ◦ blue 123

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

Shades of Orient #115A7B

Tints of Orient #115A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

 BLUE value IS 123 (48.44% from 255) = 53.48%

R = 7.39%
G = 39.13%
B = 53.48%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#115A7B (or 0x115A7B) is known color: Orient. HEX triplet: 11, 5A and 7B. RGB value is (17,90,123). Sum of RGB (Red+Green+Blue) = 17+90+123=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #115A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A7B is #EEA584. Grayscale: #474747. Windows color (decimal): -15639941 or 8083985. OLE color: 8083985.

HSL color Cylindrical-coordinate representation of color #115A7B: hue angle of 198.68º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115A7B is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 90 123 -
CMYK 0.86 0.27 0 0.52
HSL 198.68º 0.76% 0.27% -
HSV(B) 198.68º 0.86% 0.48% -
XYZ 7.46 8.86 20.06 -
YUV 71.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 17 90 123 0.86 0.27 0 0.52 198.68 0.76 0.27
Hex 11 5A 7B 56 1B 0 34 C7 4C 1B
Octal 21 132 173 126 33 0 64 307 114 33
Binary 10001 1011010 1111011 1010110 11011 0 110100 11000111 1001100 11011

Color Harmonies of #115A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A7B

Black with #115A7B

Text Example


Text Example

White with #115A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115A7B; }

 p { color: rgb(17,90,123); }

 H1.HeaderClassName
 {
   color: #115A7B;
 }
 .AnyTagClassName
 {
   color: #115A7B;
 }
</style>

background-color css

<style>
 a { background-color: #115A7B; }

 a { background-color: rgb(17,90,123); }

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

border-color css

<style>
 span { border-color: #115A7B; }

 span { border-color: rgb(17,90,123); }

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