#145469

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

Shades of Orient #145469

Tints of Orient #145469

Color information

#145469 (or 0x145469) is unknown color: approx Orient. HEX triplet: 14, 54 and 69. RGB value is (20,84,105). Sum of RGB (Red+Green+Blue) = 20+84+105=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #145469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145469 is #EBAB96. Grayscale: #434343. Windows color (decimal): -15444887 or 6902804. OLE color: 6902804.

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

Color convert

RGB2084105-
CMYK0.810.2000.59
HSL194.82º68%24.51%-
HSV(B)194.82º80.95%41.18%-
XYZ6.017.5114.5-
YUV67.26149.394.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=9.57%
G=40.19%
B=50.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20841050.810.2000.59194.826824.51
Hex145469511403Bc34419
Octal241241511212407330310431
Binary1010010101001101001101000110100011101111000011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145469; }

 p { color: rgb(20,84,105); }

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

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

 a { background-color: rgb(20,84,105); }

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

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

 span { border-color: rgb(20,84,105); }

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