Html Css Color HEX #135670 Orient

📋 copy color: '#135670'

red 19 ◦ green 86 ◦ blue 112

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

Shades of Orient #135670

Tints of Orient #135670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.63%

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

R = 8.76%
G = 39.63%
B = 51.61%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135670 (or 0x135670) is known color: Orient. HEX triplet: 13, 56 and 70. RGB value is (19,86,112). Sum of RGB (Red+Green+Blue) = 19+86+112=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #135670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135670 is #ECA98F. Grayscale: #444444. Windows color (decimal): -15509904 or 7362067. OLE color: 7362067.

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

Color convert

RGB 19 86 112 -
CMYK 0.83 0.23 0 0.56
HSL 196.77º 0.71% 0.26% -
HSV(B) 196.77º 0.83% 0.44% -
XYZ 6.52 7.96 16.52 -
YUV 68.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 19 86 112 0.83 0.23 0 0.56 196.77 0.71 0.26
Hex 13 56 70 53 17 0 38 C5 47 1A
Octal 23 126 160 123 27 0 70 305 107 32
Binary 10011 1010110 1110000 1010011 10111 0 111000 11000101 1000111 11010

Color Harmonies of #135670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135670

Black with #135670

Text Example


Text Example

White with #135670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135670; }

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

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

background-color css

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

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

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

border-color css

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

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

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