Html Css Color HEX #135071 Orient

📋 copy color: '#135071'

red 19 ◦ green 80 ◦ blue 113

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

Shades of Orient #135071

Tints of Orient #135071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.74%

 BLUE value IS 113 (44.53% from 255) = 53.3%

R = 8.96%
G = 37.74%
B = 53.3%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#135071 (or 0x135071) is known color: Orient. HEX triplet: 13, 50 and 71. RGB value is (19,80,113). Sum of RGB (Red+Green+Blue) = 19+80+113=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #135071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135071 is #ECAF8E. Grayscale: #414141. Windows color (decimal): -15511439 or 7426067. OLE color: 7426067.

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

Color convert

RGB 19 80 113 -
CMYK 0.83 0.29 0 0.56
HSL 201.06º 0.71% 0.26% -
HSV(B) 201.06º 0.83% 0.44% -
XYZ 6.12 7.07 16.66 -
YUV 65.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 19 80 113 0.83 0.29 0 0.56 201.06 0.71 0.26
Hex 13 50 71 53 1D 0 38 C9 47 1A
Octal 23 120 161 123 35 0 70 311 107 32
Binary 10011 1010000 1110001 1010011 11101 0 111000 11001001 1000111 11010

Color Harmonies of #135071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135071

Black with #135071

Text Example


Text Example

White with #135071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135071; }

 p { color: rgb(19,80,113); }

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

background-color css

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

 a { background-color: rgb(19,80,113); }

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

border-color css

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

 span { border-color: rgb(19,80,113); }

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