#135275

Color #135275 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #135275

Tints of Orient #135275

Color information

#135275 (or 0x135275) is unknown color: approx Orient. HEX triplet: 13, 52 and 75. RGB value is (19,82,117). Sum of RGB (Red+Green+Blue) = 19+82+117=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #135275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135275 is #ECAD8A. Grayscale: #424242. Windows color (decimal): -15510923 or 7688723. OLE color: 7688723.

HSL color Cylindrical-coordinate representation of color #135275: hue angle of 201.43º 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 #135275 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1982117-
CMYK0.840.3000.54
HSL201.43º72.06%26.67%-
HSV(B)201.43º83.76%45.88%-
XYZ6.57.4617.93-
YUV67.15156.1393.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=8.72%
G=37.61%
B=53.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19821170.840.3000.54201.4372.0626.67
Hex135275541E036c9481b
Octal231221651243606631111033
Binary1001110100101110101101010011110011011011001001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135275; }

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

 H1.HeaderClassName
 {
   color: #135275;
 }
 .AnyTagClassName
 {
   color: #135275;
 }
</style>
background-color css

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

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

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

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

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

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