#1B61DC

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

Shades of Denim #1B61DC

Tints of Denim #1B61DC

Color information

#1B61DC (or 0x1B61DC) is unknown color: approx Denim. HEX triplet: 1B, 61 and DC. RGB value is (27,97,220). Sum of RGB (Red+Green+Blue) = 27+97+220=344 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.85% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B61DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B61DC is #E49E23. Grayscale: #595959. Windows color (decimal): -14982692 or 14442779. OLE color: 14442779.

HSL color Cylindrical-coordinate representation of color #1B61DC: hue angle of 218.24º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B61DC is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2797220-
CMYK0.880.5600.14
HSL218.24º78.14%48.43%-
HSV(B)218.24º87.73%86.27%-
XYZ17.6413.9569.47-
YUV90.09201.3183-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.85%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 220 (86.33% from 255) = 63.95%
R=7.85%
G=28.20%
B=63.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal27972200.880.5600.14218.2478.1448.43
Hex1B61DC58380Eda4e30
Octal331413341307001633211660
Binary11011110000111011100101100011100001110110110101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B61DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,220); }

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

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

 a { background-color: rgb(27,97,220); }

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

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

 span { border-color: rgb(27,97,220); }

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