Html Css Color HEX #13587B Orient

📋 copy color: '#13587B'

red 19 ◦ green 88 ◦ blue 123

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

Shades of Orient #13587B

Tints of Orient #13587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.48%

R = 8.26%
G = 38.26%
B = 53.48%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13587B (or 0x13587B) is known color: Orient. HEX triplet: 13, 58 and 7B. RGB value is (19,88,123). Sum of RGB (Red+Green+Blue) = 19+88+123=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #13587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13587B is #ECA784. Grayscale: #474747. Windows color (decimal): -15509381 or 8083475. OLE color: 8083475.

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

Color convert

RGB 19 88 123 -
CMYK 0.85 0.28 0 0.52
HSL 200.19º 0.73% 0.28% -
HSV(B) 200.19º 0.85% 0.48% -
XYZ 7.33 8.55 20 -
YUV 71.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 19 88 123 0.85 0.28 0 0.52 200.19 0.73 0.28
Hex 13 58 7B 55 1C 0 34 C8 49 1C
Octal 23 130 173 125 34 0 64 310 111 34
Binary 10011 1011000 1111011 1010101 11100 0 110100 11001000 1001001 11100

Color Harmonies of #13587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13587B

Black with #13587B

Text Example


Text Example

White with #13587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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