Html Css Color HEX #15597C Orient

📋 copy color: '#15597C'

red 21 ◦ green 89 ◦ blue 124

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

Shades of Orient #15597C

Tints of Orient #15597C

RGB

 RED value IS 21 (8.59% from 255) = 8.97%

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 8.97%
G = 38.03%
B = 52.99%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15597C (or 0x15597C) is known color: Orient. HEX triplet: 15, 59 and 7C. RGB value is (21,89,124). Sum of RGB (Red+Green+Blue) = 21+89+124=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #15597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15597C is #EAA683. Grayscale: #484848. Windows color (decimal): -15378052 or 8149269. OLE color: 8149269.

HSL color Cylindrical-coordinate representation of color #15597C: hue angle of 200.39º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15597C is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 89 124 -
CMYK 0.83 0.28 0 0.51
HSL 200.39º 0.71% 0.28% -
HSV(B) 200.39º 0.83% 0.49% -
XYZ 7.52 8.76 20.36 -
YUV 72.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 21 89 124 0.83 0.28 0 0.51 200.39 0.71 0.28
Hex 15 59 7C 53 1C 0 33 C8 47 1C
Octal 25 131 174 123 34 0 63 310 107 34
Binary 10101 1011001 1111100 1010011 11100 0 110011 11001000 1000111 11100

Color Harmonies of #15597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15597C

Black with #15597C

Text Example


Text Example

White with #15597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,89,124); }

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

background-color css

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

 a { background-color: rgb(21,89,124); }

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

border-color css

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

 span { border-color: rgb(21,89,124); }

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