Html Css Color HEX #135170 Orient

📋 copy color: '#135170'

red 19 ◦ green 81 ◦ blue 112

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

Shades of Orient #135170

Tints of Orient #135170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.21%

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

R = 8.96%
G = 38.21%
B = 52.83%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135170 (or 0x135170) is known color: Orient. HEX triplet: 13, 51 and 70. RGB value is (19,81,112). Sum of RGB (Red+Green+Blue) = 19+81+112=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #135170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135170 is #ECAE8F. Grayscale: #414141. Windows color (decimal): -15511184 or 7360787. OLE color: 7360787.

HSL color Cylindrical-coordinate representation of color #135170: hue angle of 200º 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 #135170 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 81 112 -
CMYK 0.83 0.28 0 0.56
HSL 200º 0.71% 0.26% -
HSV(B) 200º 0.83% 0.44% -
XYZ 6.14 7.19 16.39 -
YUV 66 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 19 81 112 0.83 0.28 0 0.56 200 0.71 0.26
Hex 13 51 70 53 1C 0 38 C8 47 1A
Octal 23 121 160 123 34 0 70 310 107 32
Binary 10011 1010001 1110000 1010011 11100 0 111000 11001000 1000111 11010

Color Harmonies of #135170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135170

Black with #135170

Text Example


Text Example

White with #135170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135170; }

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

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

background-color css

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

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

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

border-color css

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

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

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