#1B64D3

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

Shades of Denim #1B64D3

Tints of Denim #1B64D3

Color information

#1B64D3 (or 0x1B64D3) is unknown color: approx Denim. HEX triplet: 1B, 64 and D3. RGB value is (27,100,211). Sum of RGB (Red+Green+Blue) = 27+100+211=338 (44% of max value = 765). Red value is 27 (10.94% from 255 or 7.99% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #1B64D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B64D3 is #E49B2C. Grayscale: #5A5A5A. Windows color (decimal): -14981933 or 13853723. OLE color: 13853723.

HSL color Cylindrical-coordinate representation of color #1B64D3: hue angle of 216.2º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B64D3 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB27100211-
CMYK0.870.5300.17
HSL216.2º77.31%46.67%-
HSV(B)216.2º87.2%82.75%-
XYZ16.7714.0563.46-
YUV90.83195.8282.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.99%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 211 (82.81% from 255) = 62.43%
R=7.99%
G=29.59%
B=62.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal271002110.870.5300.17216.277.3146.67
Hex1B64D35735011d84d2f
Octal331443231276502133011557
Binary110111100100110100111010111110101010001110110001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B64D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,100,211); }

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

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

 a { background-color: rgb(27,100,211); }

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

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

 span { border-color: rgb(27,100,211); }

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