#1A5CC2

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

Shades of Denim #1A5CC2

Tints of Denim #1A5CC2

Color information

#1A5CC2 (or 0x1A5CC2) is unknown color: approx Denim. HEX triplet: 1A, 5C and C2. RGB value is (26,92,194). Sum of RGB (Red+Green+Blue) = 26+92+194=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #1A5CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5CC2 is #E5A33D. Grayscale: #535353. Windows color (decimal): -15049534 or 12737562. OLE color: 12737562.

HSL color Cylindrical-coordinate representation of color #1A5CC2: hue angle of 216.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A5CC2 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2692194-
CMYK0.870.5300.24
HSL216.43º76.36%43.14%-
HSV(B)216.43º86.6%76.08%-
XYZ13.9911.7752.57-
YUV83.89190.1386.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 194 (76.17% from 255) = 62.18%
R=8.33%
G=29.49%
B=62.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26921940.870.5300.24216.4376.3643.14
Hex1A5CC25735018d84c2b
Octal321343021276503033011453
Binary110101011100110000101010111110101011000110110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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