#154F70

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

Shades of Orient #154F70

Tints of Orient #154F70

Color information

#154F70 (or 0x154F70) is unknown color: approx Orient. HEX triplet: 15, 4F and 70. RGB value is (21,79,112). Sum of RGB (Red+Green+Blue) = 21+79+112=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #154F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F70 is #EAB08F. Grayscale: #414141. Windows color (decimal): -15380624 or 7360277. OLE color: 7360277.

HSL color Cylindrical-coordinate representation of color #154F70: hue angle of 201.76º 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 #154F70 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2179112-
CMYK0.810.2900.56
HSL201.76º68.42%26.08%-
HSV(B)201.76º81.25%43.92%-
XYZ6.036.9216.35-
YUV65.42154.2896.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=9.91%
G=37.26%
B=52.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21791120.810.2900.56201.7668.4226.08
Hex154F70511D038ca441a
Octal251171601213507031210432
Binary1010110011111110000101000111101011100011001010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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