#145272

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

Shades of Orient #145272

Tints of Orient #145272

Color information

#145272 (or 0x145272) is unknown color: approx Orient. HEX triplet: 14, 52 and 72. RGB value is (20,82,114). Sum of RGB (Red+Green+Blue) = 20+82+114=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #145272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145272 is #EBAD8D. Grayscale: #424242. Windows color (decimal): -15445390 or 7492116. OLE color: 7492116.

HSL color Cylindrical-coordinate representation of color #145272: hue angle of 200.43º 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 #145272 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2082114-
CMYK0.820.2800.55
HSL200.43º70.15%26.27%-
HSV(B)200.43º82.46%44.71%-
XYZ6.347.417.01-
YUV67.11154.4694.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=9.26%
G=37.96%
B=52.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20821140.820.2800.55200.4370.1526.27
Hex145272521C037c8461a
Octal241221621223406731010632
Binary1010010100101110010101001011100011011111001000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145272; }

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

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

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

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

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

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

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

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