Html Css Color HEX #135270 Orient

📋 copy color: '#135270'

red 19 ◦ green 82 ◦ blue 112

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

Shades of Orient #135270

Tints of Orient #135270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

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

R = 8.92%
G = 38.5%
B = 52.58%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135270 (or 0x135270) is known color: Orient. HEX triplet: 13, 52 and 70. RGB value is (19,82,112). Sum of RGB (Red+Green+Blue) = 19+82+112=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #135270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135270 is #ECAD8F. Grayscale: #424242. Windows color (decimal): -15510928 or 7361043. OLE color: 7361043.

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

Color convert

RGB 19 82 112 -
CMYK 0.83 0.27 0 0.56
HSL 199.35º 0.71% 0.26% -
HSV(B) 199.35º 0.83% 0.44% -
XYZ 6.21 7.34 16.42 -
YUV 66.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 19 82 112 0.83 0.27 0 0.56 199.35 0.71 0.26
Hex 13 52 70 53 1B 0 38 C7 47 1A
Octal 23 122 160 123 33 0 70 307 107 32
Binary 10011 1010010 1110000 1010011 11011 0 111000 11000111 1000111 11010

Color Harmonies of #135270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135270

Black with #135270

Text Example


Text Example

White with #135270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135270; }

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

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

background-color css

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

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

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

border-color css

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

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

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