#1B68BC

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

Shades of Denim #1B68BC

Tints of Denim #1B68BC

Color information

#1B68BC (or 0x1B68BC) is unknown color: approx Denim. HEX triplet: 1B, 68 and BC. RGB value is (27,104,188). Sum of RGB (Red+Green+Blue) = 27+104+188=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B68BC is #E49743. Grayscale: #5A5A5A. Windows color (decimal): -14980932 or 12347419. OLE color: 12347419.

HSL color Cylindrical-coordinate representation of color #1B68BC: hue angle of 211.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B68BC is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB27104188-
CMYK0.860.4500.26
HSL211.3º74.88%42.16%-
HSV(B)211.3º85.64%73.73%-
XYZ14.4813.7649.47-
YUV90.55182.9982.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.46%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 188 (73.83% from 255) = 58.93%
R=8.46%
G=32.60%
B=58.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal271041880.860.4500.26211.374.8842.16
Hex1B68BC562D01Ad34b2a
Octal331502741265503232311352
Binary110111101000101111001010110101101011010110100111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B68BC; }

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

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

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

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

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

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

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

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