#145572

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

Shades of Orient #145572

Tints of Orient #145572

Color information

#145572 (or 0x145572) is unknown color: approx Orient. HEX triplet: 14, 55 and 72. RGB value is (20,85,114). Sum of RGB (Red+Green+Blue) = 20+85+114=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #145572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145572 is #EBAA8D. Grayscale: #444444. Windows color (decimal): -15444622 or 7492884. OLE color: 7492884.

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

Color convert

RGB2085114-
CMYK0.820.2500.55
HSL198.51º70.15%26.27%-
HSV(B)198.51º82.46%44.71%-
XYZ6.577.8617.09-
YUV68.87153.4793.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=9.13%
G=38.81%
B=52.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20851140.820.2500.55198.5170.1526.27
Hex1455725219037c7461a
Octal241251621223106730710632
Binary1010010101011110010101001011001011011111000111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145572; }

 p { color: rgb(20,85,114); }

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

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

 a { background-color: rgb(20,85,114); }

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

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

 span { border-color: rgb(20,85,114); }

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