#1268BC

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

Shades of Denim #1268BC

Tints of Denim #1268BC

Color information

#1268BC (or 0x1268BC) is unknown color: approx Denim. HEX triplet: 12, 68 and BC. RGB value is (18,104,188). Sum of RGB (Red+Green+Blue) = 18+104+188=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #1268BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268BC is #ED9743. Grayscale: #575757. Windows color (decimal): -15570756 or 12347410. OLE color: 12347410.

HSL color Cylindrical-coordinate representation of color #1268BC: hue angle of 209.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1268BC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18104188-
CMYK0.900.4500.26
HSL209.65º82.52%40.39%-
HSV(B)209.65º90.43%73.73%-
XYZ14.2813.6649.46-
YUV87.86184.5178.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=5.81%
G=33.55%
B=60.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181041880.900.4500.26209.6582.5240.39
Hex1268BC5A2D01Ad25328
Octal221502741325503232212350
Binary100101101000101111001011010101101011010110100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1268BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1268BC; }

 p { color: rgb(18,104,188); }

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

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

 a { background-color: rgb(18,104,188); }

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

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

 span { border-color: rgb(18,104,188); }

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