#1B71C2

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

Shades of Denim #1B71C2

Tints of Denim #1B71C2

Color information

#1B71C2 (or 0x1B71C2) is unknown color: approx Denim. HEX triplet: 1B, 71 and C2. RGB value is (27,113,194). Sum of RGB (Red+Green+Blue) = 27+113+194=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #1B71C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B71C2 is #E48E3D. Grayscale: #606060. Windows color (decimal): -14978622 or 12742939. OLE color: 12742939.

HSL color Cylindrical-coordinate representation of color #1B71C2: hue angle of 209.1º 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 #1B71C2 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB27113194-
CMYK0.860.4200.24
HSL209.1º75.57%43.33%-
HSV(B)209.1º86.08%76.08%-
XYZ16.0915.9453.27-
YUV96.52183.0178.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.08%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 194 (76.17% from 255) = 58.08%
R=8.08%
G=33.83%
B=58.08%

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
Decimal271131940.860.4200.24209.175.5743.33
Hex1B71C2562A018d14c2b
Octal331613021265203032111453
Binary110111110001110000101010110101010011000110100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B71C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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