Html Css Color HEX #13596E Orient

📋 copy color: '#13596E'

red 19 ◦ green 89 ◦ blue 110

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

Shades of Orient #13596E

Tints of Orient #13596E

RGB

 RED value IS 19 (7.81% from 255) = 8.72%

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 8.72%
G = 40.83%
B = 50.46%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13596E (or 0x13596E) is known color: Orient. HEX triplet: 13, 59 and 6E. RGB value is (19,89,110). Sum of RGB (Red+Green+Blue) = 19+89+110=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #13596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13596E is #ECA691. Grayscale: #464646. Windows color (decimal): -15509138 or 7231763. OLE color: 7231763.

HSL color Cylindrical-coordinate representation of color #13596E: hue angle of 193.85º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13596E is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 89 110 -
CMYK 0.83 0.19 0 0.57
HSL 193.85º 0.71% 0.25% -
HSV(B) 193.85º 0.83% 0.43% -
XYZ 6.66 8.41 16.02 -
YUV 70.46 150.31 91.29 -
System Red Green Blue C M Y K H S L
Decimal 19 89 110 0.83 0.19 0 0.57 193.85 0.71 0.25
Hex 13 59 6E 53 13 0 39 C2 47 19
Octal 23 131 156 123 23 0 71 302 107 31
Binary 10011 1011001 1101110 1010011 10011 0 111001 11000010 1000111 11001

Color Harmonies of #13596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13596E

Black with #13596E

Text Example


Text Example

White with #13596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13596E; }

 p { color: rgb(19,89,110); }

 H1.HeaderClassName
 {
   color: #13596E;
 }
 .AnyTagClassName
 {
   color: #13596E;
 }
</style>

background-color css

<style>
 a { background-color: #13596E; }

 a { background-color: rgb(19,89,110); }

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

border-color css

<style>
 span { border-color: #13596E; }

 span { border-color: rgb(19,89,110); }

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