Html Css Color HEX #13586F Orient

📋 copy color: '#13586F'

red 19 ◦ green 88 ◦ blue 111

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

Shades of Orient #13586F

Tints of Orient #13586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 8.72%
G = 40.37%
B = 50.92%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13586F (or 0x13586F) is known color: Orient. HEX triplet: 13, 58 and 6F. RGB value is (19,88,111). Sum of RGB (Red+Green+Blue) = 19+88+111=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #13586F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13586F is #ECA790. Grayscale: #454545. Windows color (decimal): -15509393 or 7297043. OLE color: 7297043.

HSL color Cylindrical-coordinate representation of color #13586F: hue angle of 195º 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 #13586F is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 88 111 -
CMYK 0.83 0.21 0 0.56
HSL 195º 0.71% 0.25% -
HSV(B) 195º 0.83% 0.44% -
XYZ 6.63 8.27 16.29 -
YUV 69.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 19 88 111 0.83 0.21 0 0.56 195 0.71 0.25
Hex 13 58 6F 53 15 0 38 C3 47 19
Octal 23 130 157 123 25 0 70 303 107 31
Binary 10011 1011000 1101111 1010011 10101 0 111000 11000011 1000111 11001

Color Harmonies of #13586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13586F

Black with #13586F

Text Example


Text Example

White with #13586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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