#1267BC

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

Shades of Denim #1267BC

Tints of Denim #1267BC

Color information

#1267BC (or 0x1267BC) is unknown color: approx Denim. HEX triplet: 12, 67 and BC. RGB value is (18,103,188). Sum of RGB (Red+Green+Blue) = 18+103+188=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #1267BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1267BC is #ED9843. Grayscale: #565656. Windows color (decimal): -15571012 or 12347154. OLE color: 12347154.

HSL color Cylindrical-coordinate representation of color #1267BC: hue angle of 210º 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 #1267BC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18103188-
CMYK0.900.4500.26
HSL210º82.52%40.39%-
HSV(B)210º90.43%73.73%-
XYZ14.1813.4649.43-
YUV87.28184.8478.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=5.83%
G=33.33%
B=60.84%

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
Decimal181031880.900.4500.2621082.5240.39
Hex1267BC5A2D01Ad25328
Octal221472741325503232212350
Binary100101100111101111001011010101101011010110100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1267BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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