#155468

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

Shades of Orient #155468

Tints of Orient #155468

Color information

#155468 (or 0x155468) is unknown color: approx Orient. HEX triplet: 15, 54 and 68. RGB value is (21,84,104). Sum of RGB (Red+Green+Blue) = 21+84+104=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #155468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155468 is #EAAB97. Grayscale: #434343. Windows color (decimal): -15379352 or 6837269. OLE color: 6837269.

HSL color Cylindrical-coordinate representation of color #155468: hue angle of 194.46º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155468 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2184104-
CMYK0.800.1900.59
HSL194.46º66.4%24.51%-
HSV(B)194.46º79.81%40.78%-
XYZ5.987.514.23-
YUV67.44148.6394.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=10.05%
G=40.19%
B=49.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21841040.800.1900.59194.4666.424.51
Hex155468501303Bc24219
Octal251241501202307330210231
Binary1010110101001101000101000010011011101111000010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155468; }

 p { color: rgb(21,84,104); }

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

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

 a { background-color: rgb(21,84,104); }

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

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

 span { border-color: rgb(21,84,104); }

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