#1C61BF

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

Shades of Denim #1C61BF

Tints of Denim #1C61BF

Color information

#1C61BF (or 0x1C61BF) is unknown color: approx Denim. HEX triplet: 1C, 61 and BF. RGB value is (28,97,191). Sum of RGB (Red+Green+Blue) = 28+97+191=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C61BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C61BF is #E39E40. Grayscale: #565656. Windows color (decimal): -14917185 or 12542236. OLE color: 12542236.

HSL color Cylindrical-coordinate representation of color #1C61BF: hue angle of 214.6º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C61BF is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2897191-
CMYK0.850.4900.25
HSL214.6º74.43%42.94%-
HSV(B)214.6º85.34%74.9%-
XYZ14.1612.5650.97-
YUV87.08186.6485.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.86%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 191 (75% from 255) = 60.44%
R=8.86%
G=30.70%
B=60.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28971910.850.4900.25214.674.4342.94
Hex1C61BF5531019d74a2b
Octal341412771256103132711253
Binary111001100001101111111010101110001011001110101111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,191); }

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

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

 a { background-color: rgb(28,97,191); }

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

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

 span { border-color: rgb(28,97,191); }

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