#1A5CBA

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

Shades of Denim #1A5CBA

Tints of Denim #1A5CBA

Color information

#1A5CBA (or 0x1A5CBA) is unknown color: approx Denim. HEX triplet: 1A, 5C and BA. RGB value is (26,92,186). Sum of RGB (Red+Green+Blue) = 26+92+186=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A5CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5CBA is #E5A345. Grayscale: #525252. Windows color (decimal): -15049542 or 12213274. OLE color: 12213274.

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

Color convert

RGB2692186-
CMYK0.860.5100.27
HSL215.25º75.47%41.57%-
HSV(B)215.25º86.02%72.94%-
XYZ13.1211.4247.97-
YUV82.98186.1387.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 186 (73.05% from 255) = 61.18%
R=8.55%
G=30.26%
B=61.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26921860.860.5100.27215.2575.4741.57
Hex1A5CBA563301Bd74b2a
Octal321342721266303332711352
Binary110101011100101110101010110110011011011110101111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,92,186); }

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

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

 a { background-color: rgb(26,92,186); }

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

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

 span { border-color: rgb(26,92,186); }

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