Html Css Color HEX #15597D Orient

📋 copy color: '#15597D'

red 21 ◦ green 89 ◦ blue 125

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

Shades of Orient #15597D

Tints of Orient #15597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 8.94%
G = 37.87%
B = 53.19%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15597D (or 0x15597D) is known color: Orient. HEX triplet: 15, 59 and 7D. RGB value is (21,89,125). Sum of RGB (Red+Green+Blue) = 21+89+125=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #15597D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15597D is #EAA682. Grayscale: #484848. Windows color (decimal): -15378051 or 8214805. OLE color: 8214805.

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

Color convert

RGB 21 89 125 -
CMYK 0.83 0.29 0 0.51
HSL 200.77º 0.71% 0.29% -
HSV(B) 200.77º 0.83% 0.49% -
XYZ 7.58 8.78 20.7 -
YUV 72.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 21 89 125 0.83 0.29 0 0.51 200.77 0.71 0.29
Hex 15 59 7D 53 1D 0 33 C9 47 1D
Octal 25 131 175 123 35 0 63 311 107 35
Binary 10101 1011001 1111101 1010011 11101 0 110011 11001001 1000111 11101

Color Harmonies of #15597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15597D

Black with #15597D

Text Example


Text Example

White with #15597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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