#145872

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

Shades of Orient #145872

Tints of Orient #145872

Color information

#145872 (or 0x145872) is unknown color: approx Orient. HEX triplet: 14, 58 and 72. RGB value is (20,88,114). Sum of RGB (Red+Green+Blue) = 20+88+114=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #145872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145872 is #EBA78D. Grayscale: #464646. Windows color (decimal): -15443854 or 7493652. OLE color: 7493652.

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

Color convert

RGB2088114-
CMYK0.820.2300.55
HSL196.6º70.15%26.27%-
HSV(B)196.6º82.46%44.71%-
XYZ6.828.3417.17-
YUV70.63152.4791.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=9.01%
G=39.64%
B=51.35%

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
Decimal20881140.820.2300.55196.670.1526.27
Hex1458725217037c5461a
Octal241301621222706730510632
Binary1010010110001110010101001010111011011111000101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145872; }

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

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

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

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

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

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

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

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