#1E5FBA

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

Shades of Denim #1E5FBA

Tints of Denim #1E5FBA

Color information

#1E5FBA (or 0x1E5FBA) is unknown color: approx Denim. HEX triplet: 1E, 5F and BA. RGB value is (30,95,186). Sum of RGB (Red+Green+Blue) = 30+95+186=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E5FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FBA is #E1A045. Grayscale: #555555. Windows color (decimal): -14786630 or 12214046. OLE color: 12214046.

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

Color convert

RGB3095186-
CMYK0.840.4900.27
HSL215º72.22%42.35%-
HSV(B)215º83.87%72.94%-
XYZ13.4912.0148.06-
YUV85.94184.4788.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.65%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=9.65%
G=30.55%
B=59.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30951860.840.4900.2721572.2242.35
Hex1E5FBA543101Bd7482a
Octal361372721246103332711052
Binary111101011111101110101010100110001011011110101111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,95,186); }

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

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

 a { background-color: rgb(30,95,186); }

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

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

 span { border-color: rgb(30,95,186); }

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