#154F6D

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

Shades of Orient #154F6D

Tints of Orient #154F6D

Color information

#154F6D (or 0x154F6D) is unknown color: approx Orient. HEX triplet: 15, 4F and 6D. RGB value is (21,79,109). Sum of RGB (Red+Green+Blue) = 21+79+109=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #154F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F6D is #EAB092. Grayscale: #404040. Windows color (decimal): -15380627 or 7163669. OLE color: 7163669.

HSL color Cylindrical-coordinate representation of color #154F6D: hue angle of 200.45º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154F6D is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2179109-
CMYK0.810.2800.57
HSL200.45º67.69%25.49%-
HSV(B)200.45º80.73%42.75%-
XYZ5.876.8615.48-
YUV65.08152.7896.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=10.05%
G=37.80%
B=52.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21791090.810.2800.57200.4567.6925.49
Hex154F6D511C039c84419
Octal251171551213407131010431
Binary1010110011111101101101000111100011100111001000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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