#155974

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

Shades of Orient #155974

Tints of Orient #155974

Color information

#155974 (or 0x155974) is unknown color: approx Orient. HEX triplet: 15, 59 and 74. RGB value is (21,89,116). Sum of RGB (Red+Green+Blue) = 21+89+116=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #155974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155974 is #EAA68B. Grayscale: #474747. Windows color (decimal): -15378060 or 7624981. OLE color: 7624981.

HSL color Cylindrical-coordinate representation of color #155974: hue angle of 197.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155974 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2189116-
CMYK0.820.2300.55
HSL197.05º69.34%26.86%-
HSV(B)197.05º81.9%45.49%-
XYZ7.038.5717.81-
YUV71.75152.9791.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 116 (45.70% from 255) = 51.33%
R=9.29%
G=39.38%
B=51.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21891160.820.2300.55197.0569.3426.86
Hex1559745217037c5451b
Octal251311641222706730510533
Binary1010110110011110100101001010111011011111000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155974; }

 p { color: rgb(21,89,116); }

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

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

 a { background-color: rgb(21,89,116); }

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

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

 span { border-color: rgb(21,89,116); }

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