#1E60BC

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

Shades of Denim #1E60BC

Tints of Denim #1E60BC

Color information

#1E60BC (or 0x1E60BC) is unknown color: approx Denim. HEX triplet: 1E, 60 and BC. RGB value is (30,96,188). Sum of RGB (Red+Green+Blue) = 30+96+188=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E60BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E60BC is #E19F43. Grayscale: #565656. Windows color (decimal): -14786372 or 12345374. OLE color: 12345374.

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

Color convert

RGB3096188-
CMYK0.840.4900.26
HSL214.94º72.48%42.75%-
HSV(B)214.94º84.04%73.73%-
XYZ13.812.2749.22-
YUV86.75185.1387.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.55%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 188 (73.83% from 255) = 59.87%
R=9.55%
G=30.57%
B=59.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30961880.840.4900.26214.9472.4842.75
Hex1E60BC543101Ad7482b
Octal361402741246103232711053
Binary111101100000101111001010100110001011010110101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E60BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,188); }

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

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

 a { background-color: rgb(30,96,188); }

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

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

 span { border-color: rgb(30,96,188); }

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