#135972

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

Shades of Orient #135972

Tints of Orient #135972

Color information

#135972 (or 0x135972) is unknown color: approx Orient. HEX triplet: 13, 59 and 72. RGB value is (19,89,114). Sum of RGB (Red+Green+Blue) = 19+89+114=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #135972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135972 is #ECA68D. Grayscale: #464646. Windows color (decimal): -15509134 or 7493907. OLE color: 7493907.

HSL color Cylindrical-coordinate representation of color #135972: hue angle of 195.79º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135972 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1989114-
CMYK0.830.2200.55
HSL195.79º71.43%26.08%-
HSV(B)195.79º83.33%44.71%-
XYZ6.888.517.2-
YUV70.92152.3190.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=8.56%
G=40.09%
B=51.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19891140.830.2200.55195.7971.4326.08
Hex1359725316037c4471a
Octal231311621232606730410732
Binary1001110110011110010101001110110011011111000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135972; }

 p { color: rgb(19,89,114); }

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

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

 a { background-color: rgb(19,89,114); }

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

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

 span { border-color: rgb(19,89,114); }

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