Html Css Color HEX #135870 Orient

📋 copy color: '#135870'

red 19 ◦ green 88 ◦ blue 112

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

Shades of Orient #135870

Tints of Orient #135870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 8.68%
G = 40.18%
B = 51.14%

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

#135870 (or 0x135870) is known color: Orient. HEX triplet: 13, 58 and 70. RGB value is (19,88,112). Sum of RGB (Red+Green+Blue) = 19+88+112=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #135870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135870 is #ECA78F. Grayscale: #454545. Windows color (decimal): -15509392 or 7362579. OLE color: 7362579.

HSL color Cylindrical-coordinate representation of color #135870: hue angle of 195.48º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135870 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 88 112 -
CMYK 0.83 0.21 0 0.56
HSL 195.48º 0.71% 0.26% -
HSV(B) 195.48º 0.83% 0.44% -
XYZ 6.68 8.29 16.58 -
YUV 70.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 19 88 112 0.83 0.21 0 0.56 195.48 0.71 0.26
Hex 13 58 70 53 15 0 38 C3 47 1A
Octal 23 130 160 123 25 0 70 303 107 32
Binary 10011 1011000 1110000 1010011 10101 0 111000 11000011 1000111 11010

Color Harmonies of #135870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135870

Black with #135870

Text Example


Text Example

White with #135870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135870; }

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

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

background-color css

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

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

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

border-color css

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

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

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