Html Css Color HEX #135371 Orient

📋 copy color: '#135371'

red 19 ◦ green 83 ◦ blue 113

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

Shades of Orient #135371

Tints of Orient #135371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.6%

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

R = 8.84%
G = 38.6%
B = 52.56%

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

#135371 (or 0x135371) is known color: Orient. HEX triplet: 13, 53 and 71. RGB value is (19,83,113). Sum of RGB (Red+Green+Blue) = 19+83+113=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #135371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135371 is #ECAC8E. Grayscale: #434343. Windows color (decimal): -15510671 or 7426835. OLE color: 7426835.

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

Color convert

RGB 19 83 113 -
CMYK 0.83 0.27 0 0.56
HSL 199.15º 0.71% 0.26% -
HSV(B) 199.15º 0.83% 0.44% -
XYZ 6.34 7.52 16.74 -
YUV 67.28 153.8 93.56 -
System Red Green Blue C M Y K H S L
Decimal 19 83 113 0.83 0.27 0 0.56 199.15 0.71 0.26
Hex 13 53 71 53 1B 0 38 C7 47 1A
Octal 23 123 161 123 33 0 70 307 107 32
Binary 10011 1010011 1110001 1010011 11011 0 111000 11000111 1000111 11010

Color Harmonies of #135371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135371

Black with #135371

Text Example


Text Example

White with #135371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135371; }

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

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

background-color css

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

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

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

border-color css

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

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

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