#1B70C2

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

Shades of Denim #1B70C2

Tints of Denim #1B70C2

Color information

#1B70C2 (or 0x1B70C2) is unknown color: approx Denim. HEX triplet: 1B, 70 and C2. RGB value is (27,112,194). Sum of RGB (Red+Green+Blue) = 27+112+194=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #1B70C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B70C2 is #E48F3D. Grayscale: #5F5F5F. Windows color (decimal): -14978878 or 12742683. OLE color: 12742683.

HSL color Cylindrical-coordinate representation of color #1B70C2: hue angle of 209.46º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B70C2 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB27112194-
CMYK0.860.4200.24
HSL209.46º75.57%43.33%-
HSV(B)209.46º86.08%76.08%-
XYZ15.9815.7253.23-
YUV95.93183.3478.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.11%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 194 (76.17% from 255) = 58.26%
R=8.11%
G=33.63%
B=58.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271121940.860.4200.24209.4675.5743.33
Hex1B70C2562A018d14c2b
Octal331603021265203032111453
Binary110111110000110000101010110101010011000110100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B70C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,194); }

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

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

 a { background-color: rgb(27,112,194); }

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

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

 span { border-color: rgb(27,112,194); }

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