Html Css Color HEX #13586C Orient

📋 copy color: '#13586C'

red 19 ◦ green 88 ◦ blue 108

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

Shades of Orient #13586C

Tints of Orient #13586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 8.84%
G = 40.93%
B = 50.23%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13586C (or 0x13586C) is known color: Orient. HEX triplet: 13, 58 and 6C. RGB value is (19,88,108). Sum of RGB (Red+Green+Blue) = 19+88+108=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #13586C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13586C is #ECA793. Grayscale: #454545. Windows color (decimal): -15509396 or 7100435. OLE color: 7100435.

HSL color Cylindrical-coordinate representation of color #13586C: hue angle of 193.48º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13586C is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 88 108 -
CMYK 0.82 0.19 0 0.58
HSL 193.48º 0.7% 0.25% -
HSV(B) 193.48º 0.82% 0.42% -
XYZ 6.47 8.2 15.43 -
YUV 69.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 19 88 108 0.82 0.19 0 0.58 193.48 0.7 0.25
Hex 13 58 6C 52 13 0 3A C1 46 19
Octal 23 130 154 122 23 0 72 301 106 31
Binary 10011 1011000 1101100 1010010 10011 0 111010 11000001 1000110 11001

Color Harmonies of #13586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13586C

Black with #13586C

Text Example


Text Example

White with #13586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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