Html Css Color HEX #13587C Orient

📋 copy color: '#13587C'

red 19 ◦ green 88 ◦ blue 124

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

Shades of Orient #13587C

Tints of Orient #13587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 8.23%
G = 38.1%
B = 53.68%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13587C (or 0x13587C) is known color: Orient. HEX triplet: 13, 58 and 7C. RGB value is (19,88,124). Sum of RGB (Red+Green+Blue) = 19+88+124=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #13587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13587C is #ECA783. Grayscale: #474747. Windows color (decimal): -15509380 or 8149011. OLE color: 8149011.

HSL color Cylindrical-coordinate representation of color #13587C: hue angle of 200.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13587C is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 88 124 -
CMYK 0.85 0.29 0 0.51
HSL 200.57º 0.73% 0.28% -
HSV(B) 200.57º 0.85% 0.49% -
XYZ 7.4 8.57 20.33 -
YUV 71.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 19 88 124 0.85 0.29 0 0.51 200.57 0.73 0.28
Hex 13 58 7C 55 1D 0 33 C9 49 1C
Octal 23 130 174 125 35 0 63 311 111 34
Binary 10011 1011000 1111100 1010101 11101 0 110011 11001001 1001001 11100

Color Harmonies of #13587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13587C

Black with #13587C

Text Example


Text Example

White with #13587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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