Html Css Color HEX #15596D Orient

📋 copy color: '#15596D'

red 21 ◦ green 89 ◦ blue 109

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

Shades of Orient #15596D

Tints of Orient #15596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 9.59%
G = 40.64%
B = 49.77%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15596D (or 0x15596D) is known color: Orient. HEX triplet: 15, 59 and 6D. RGB value is (21,89,109). Sum of RGB (Red+Green+Blue) = 21+89+109=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #15596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15596D is #EAA692. Grayscale: #464646. Windows color (decimal): -15378067 or 7166229. OLE color: 7166229.

HSL color Cylindrical-coordinate representation of color #15596D: hue angle of 193.64º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15596D is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 89 109 -
CMYK 0.81 0.18 0 0.57
HSL 193.64º 0.68% 0.25% -
HSV(B) 193.64º 0.81% 0.43% -
XYZ 6.64 8.41 15.74 -
YUV 70.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 21 89 109 0.81 0.18 0 0.57 193.64 0.68 0.25
Hex 15 59 6D 51 12 0 39 C2 44 19
Octal 25 131 155 121 22 0 71 302 104 31
Binary 10101 1011001 1101101 1010001 10010 0 111001 11000010 1000100 11001

Color Harmonies of #15596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15596D

Black with #15596D

Text Example


Text Example

White with #15596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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