#154F6C

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

Shades of Orient #154F6C

Tints of Orient #154F6C

Color information

#154F6C (or 0x154F6C) is unknown color: approx Orient. HEX triplet: 15, 4F and 6C. RGB value is (21,79,108). Sum of RGB (Red+Green+Blue) = 21+79+108=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #154F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F6C is #EAB093. Grayscale: #404040. Windows color (decimal): -15380628 or 7098133. OLE color: 7098133.

HSL color Cylindrical-coordinate representation of color #154F6C: hue angle of 200º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154F6C is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2179108-
CMYK0.810.2700.58
HSL200º67.44%25.29%-
HSV(B)200º80.56%42.35%-
XYZ5.816.8315.2-
YUV64.96152.2896.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 79 (31.25% from 255) = 37.98%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=10.10%
G=37.98%
B=51.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21791080.810.2700.5820067.4425.29
Hex154F6C511B03Ac84319
Octal251171541213307231010331
Binary1010110011111101100101000111011011101011001000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154F6C; }

 p { color: rgb(21,79,108); }

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

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

 a { background-color: rgb(21,79,108); }

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

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

 span { border-color: rgb(21,79,108); }

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