#155269

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

Shades of Orient #155269

Tints of Orient #155269

Color information

#155269 (or 0x155269) is unknown color: approx Orient. HEX triplet: 15, 52 and 69. RGB value is (21,82,105). Sum of RGB (Red+Green+Blue) = 21+82+105=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #155269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155269 is #EAAD96. Grayscale: #424242. Windows color (decimal): -15379863 or 6902293. OLE color: 6902293.

HSL color Cylindrical-coordinate representation of color #155269: hue angle of 196.43º degrees, saturation: 0.67, 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 #155269 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2182105-
CMYK0.800.2200.59
HSL196.43º66.67%24.71%-
HSV(B)196.43º80%41.18%-
XYZ5.887.2114.45-
YUV66.38149.7995.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=10.10%
G=39.42%
B=50.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21821050.800.2200.59196.4366.6724.71
Hex155269501603Bc44319
Octal251221511202607330410331
Binary1010110100101101001101000010110011101111000100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155269; }

 p { color: rgb(21,82,105); }

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

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

 a { background-color: rgb(21,82,105); }

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

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

 span { border-color: rgb(21,82,105); }

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