Html Css Color HEX #13596F Orient

📋 copy color: '#13596F'

red 19 ◦ green 89 ◦ blue 111

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

Shades of Orient #13596F

Tints of Orient #13596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 8.68%
G = 40.64%
B = 50.68%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13596F (or 0x13596F) is known color: Orient. HEX triplet: 13, 59 and 6F. RGB value is (19,89,111). Sum of RGB (Red+Green+Blue) = 19+89+111=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #13596F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13596F is #ECA690. Grayscale: #464646. Windows color (decimal): -15509137 or 7297299. OLE color: 7297299.

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

Color convert

RGB 19 89 111 -
CMYK 0.83 0.20 0 0.56
HSL 194.35º 0.71% 0.25% -
HSV(B) 194.35º 0.83% 0.44% -
XYZ 6.71 8.43 16.31 -
YUV 70.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 19 89 111 0.83 0.20 0 0.56 194.35 0.71 0.25
Hex 13 59 6F 53 14 0 38 C2 47 19
Octal 23 131 157 123 24 0 70 302 107 31
Binary 10011 1011001 1101111 1010011 10100 0 111000 11000010 1000111 11001

Color Harmonies of #13596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13596F

Black with #13596F

Text Example


Text Example

White with #13596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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