Html Css Color HEX #135175 Orient

📋 copy color: '#135175'

red 19 ◦ green 81 ◦ blue 117

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

Shades of Orient #135175

Tints of Orient #135175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 8.76%
G = 37.33%
B = 53.92%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135175 (or 0x135175) is known color: Orient. HEX triplet: 13, 51 and 75. RGB value is (19,81,117). Sum of RGB (Red+Green+Blue) = 19+81+117=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #135175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135175 is #ECAE8A. Grayscale: #424242. Windows color (decimal): -15511179 or 7688467. OLE color: 7688467.

HSL color Cylindrical-coordinate representation of color #135175: hue angle of 202.04º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135175 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 81 117 -
CMYK 0.84 0.31 0 0.54
HSL 202.04º 0.72% 0.27% -
HSV(B) 202.04º 0.84% 0.46% -
XYZ 6.42 7.31 17.9 -
YUV 66.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 19 81 117 0.84 0.31 0 0.54 202.04 0.72 0.27
Hex 13 51 75 54 1F 0 36 CA 48 1B
Octal 23 121 165 124 37 0 66 312 110 33
Binary 10011 1010001 1110101 1010100 11111 0 110110 11001010 1001000 11011

Color Harmonies of #135175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135175

Black with #135175

Text Example


Text Example

White with #135175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135175; }

 p { color: rgb(19,81,117); }

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

background-color css

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

 a { background-color: rgb(19,81,117); }

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

border-color css

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

 span { border-color: rgb(19,81,117); }

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