#154E6F

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

Shades of Orient #154E6F

Tints of Orient #154E6F

Color information

#154E6F (or 0x154E6F) is unknown color: approx Orient. HEX triplet: 15, 4E and 6F. RGB value is (21,78,111). Sum of RGB (Red+Green+Blue) = 21+78+111=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #154E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E6F is #EAB190. Grayscale: #404040. Windows color (decimal): -15380881 or 7294485. OLE color: 7294485.

HSL color Cylindrical-coordinate representation of color #154E6F: hue angle of 202º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154E6F is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2178111-
CMYK0.810.3000.56
HSL202º68.18%25.88%-
HSV(B)202º81.08%43.53%-
XYZ5.96.7616.03-
YUV64.72154.1296.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 111 (43.75% from 255) = 52.86%
R=10%
G=37.14%
B=52.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21781110.810.3000.5620268.1825.88
Hex154E6F511E038ca441a
Octal251161571213607031210432
Binary1010110011101101111101000111110011100011001010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,78,111); }

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

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

 a { background-color: rgb(21,78,111); }

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

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

 span { border-color: rgb(21,78,111); }

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