#145568

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

Shades of Orient #145568

Tints of Orient #145568

Color information

#145568 (or 0x145568) is unknown color: approx Orient. HEX triplet: 14, 55 and 68. RGB value is (20,85,104). Sum of RGB (Red+Green+Blue) = 20+85+104=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #145568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145568 is #EBAA97. Grayscale: #434343. Windows color (decimal): -15444632 or 6837524. OLE color: 6837524.

HSL color Cylindrical-coordinate representation of color #145568: hue angle of 193.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145568 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2085104-
CMYK0.810.1800.59
HSL193.57º67.74%24.31%-
HSV(B)193.57º80.77%40.78%-
XYZ6.047.6514.25-
YUV67.73148.4793.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=9.57%
G=40.67%
B=49.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20851040.810.1800.59193.5767.7424.31
Hex145568511203Bc24418
Octal241251501212207330210430
Binary1010010101011101000101000110010011101111000010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145568; }

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

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

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

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

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

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

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

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