Html Css Color HEX #135570 Orient

📋 copy color: '#135570'

red 19 ◦ green 85 ◦ blue 112

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

Shades of Orient #135570

Tints of Orient #135570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

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

R = 8.8%
G = 39.35%
B = 51.85%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135570 (or 0x135570) is known color: Orient. HEX triplet: 13, 55 and 70. RGB value is (19,85,112). Sum of RGB (Red+Green+Blue) = 19+85+112=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #135570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135570 is #ECAA8F. Grayscale: #444444. Windows color (decimal): -15510160 or 7361811. OLE color: 7361811.

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

Color convert

RGB 19 85 112 -
CMYK 0.83 0.24 0 0.56
HSL 197.42º 0.71% 0.26% -
HSV(B) 197.42º 0.83% 0.44% -
XYZ 6.44 7.81 16.5 -
YUV 68.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 19 85 112 0.83 0.24 0 0.56 197.42 0.71 0.26
Hex 13 55 70 53 18 0 38 C5 47 1A
Octal 23 125 160 123 30 0 70 305 107 32
Binary 10011 1010101 1110000 1010011 11000 0 111000 11000101 1000111 11010

Color Harmonies of #135570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135570

Black with #135570

Text Example


Text Example

White with #135570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135570; }

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

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

background-color css

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

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

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

border-color css

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

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

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