Html Css Color HEX #135B70 Orient

📋 copy color: '#135B70'

red 19 ◦ green 91 ◦ blue 112

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

Shades of Orient #135B70

Tints of Orient #135B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

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

R = 8.56%
G = 40.99%
B = 50.45%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135B70 (or 0x135B70) is known color: Orient. HEX triplet: 13, 5B and 70. RGB value is (19,91,112). Sum of RGB (Red+Green+Blue) = 19+91+112=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #135B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B70 is #ECA48F. Grayscale: #474747. Windows color (decimal): -15508624 or 7363347. OLE color: 7363347.

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

Color convert

RGB 19 91 112 -
CMYK 0.83 0.19 0 0.56
HSL 193.55º 0.71% 0.26% -
HSV(B) 193.55º 0.83% 0.44% -
XYZ 6.93 8.79 16.66 -
YUV 71.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 19 91 112 0.83 0.19 0 0.56 193.55 0.71 0.26
Hex 13 5B 70 53 13 0 38 C2 47 1A
Octal 23 133 160 123 23 0 70 302 107 32
Binary 10011 1011011 1110000 1010011 10011 0 111000 11000010 1000111 11010

Color Harmonies of #135B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B70

Black with #135B70

Text Example


Text Example

White with #135B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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