Html Css Color HEX #13586D Orient

📋 copy color: '#13586D'

red 19 ◦ green 88 ◦ blue 109

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

Shades of Orient #13586D

Tints of Orient #13586D

RGB

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

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

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

R = 8.8%
G = 40.74%
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

#13586D (or 0x13586D) is known color: Orient. HEX triplet: 13, 58 and 6D. RGB value is (19,88,109). Sum of RGB (Red+Green+Blue) = 19+88+109=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #13586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13586D is #ECA792. Grayscale: #454545. Windows color (decimal): -15509395 or 7165971. OLE color: 7165971.

HSL color Cylindrical-coordinate representation of color #13586D: hue angle of 194º degrees, saturation: 0.7, 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 #13586D is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 88 109 -
CMYK 0.83 0.19 0 0.57
HSL 194º 0.7% 0.25% -
HSV(B) 194º 0.83% 0.43% -
XYZ 6.52 8.22 15.71 -
YUV 69.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 19 88 109 0.83 0.19 0 0.57 194 0.7 0.25
Hex 13 58 6D 53 13 0 39 C2 46 19
Octal 23 130 155 123 23 0 71 302 106 31
Binary 10011 1011000 1101101 1010011 10011 0 111001 11000010 1000110 11001

Color Harmonies of #13586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13586D

Black with #13586D

Text Example


Text Example

White with #13586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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