#1468C0

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

Shades of Denim #1468C0

Tints of Denim #1468C0

Color information

#1468C0 (or 0x1468C0) is unknown color: approx Denim. HEX triplet: 14, 68 and C0. RGB value is (20,104,192). Sum of RGB (Red+Green+Blue) = 20+104+192=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #1468C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1468C0 is #EB973F. Grayscale: #585858. Windows color (decimal): -15439680 or 12609556. OLE color: 12609556.

HSL color Cylindrical-coordinate representation of color #1468C0: hue angle of 210.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1468C0 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20104192-
CMYK0.900.4600.25
HSL210.7º81.13%41.57%-
HSV(B)210.7º89.58%75.29%-
XYZ14.7513.8651.77-
YUV88.92186.1778.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 192 (75.39% from 255) = 60.76%
R=6.33%
G=32.91%
B=60.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201041920.900.4600.25210.781.1341.57
Hex1468C05A2E019d3512a
Octal241503001325603132312152
Binary101001101000110000001011010101110011001110100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1468C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1468C0; }

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

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

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

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

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

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

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

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