#135872

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

Shades of Orient #135872

Tints of Orient #135872

Color information

#135872 (or 0x135872) is unknown color: approx Orient. HEX triplet: 13, 58 and 72. RGB value is (19,88,114). Sum of RGB (Red+Green+Blue) = 19+88+114=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #135872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135872 is #ECA78D. Grayscale: #464646. Windows color (decimal): -15509390 or 7493651. OLE color: 7493651.

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

Color convert

RGB1988114-
CMYK0.830.2300.55
HSL196.42º71.43%26.08%-
HSV(B)196.42º83.33%44.71%-
XYZ6.88.3317.17-
YUV70.33152.6491.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.60%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=8.60%
G=39.82%
B=51.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19881140.830.2300.55196.4271.4326.08
Hex1358725317037c4471a
Octal231301621232706730410732
Binary1001110110001110010101001110111011011111000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135872; }

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

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

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

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

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

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

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

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