Html Css Color HEX #135970 Orient

📋 copy color: '#135970'

red 19 ◦ green 89 ◦ blue 112

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

Shades of Orient #135970

Tints of Orient #135970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 8.64%
G = 40.45%
B = 50.91%

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

#135970 (or 0x135970) is known color: Orient. HEX triplet: 13, 59 and 70. RGB value is (19,89,112). Sum of RGB (Red+Green+Blue) = 19+89+112=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #135970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135970 is #ECA68F. Grayscale: #464646. Windows color (decimal): -15509136 or 7362835. OLE color: 7362835.

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

Color convert

RGB 19 89 112 -
CMYK 0.83 0.21 0 0.56
HSL 194.84º 0.71% 0.26% -
HSV(B) 194.84º 0.83% 0.44% -
XYZ 6.77 8.45 16.6 -
YUV 70.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 19 89 112 0.83 0.21 0 0.56 194.84 0.71 0.26
Hex 13 59 70 53 15 0 38 C3 47 1A
Octal 23 131 160 123 25 0 70 303 107 32
Binary 10011 1011001 1110000 1010011 10101 0 111000 11000011 1000111 11010

Color Harmonies of #135970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135970

Black with #135970

Text Example


Text Example

White with #135970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135970; }

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

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

background-color css

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

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

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

border-color css

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

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

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