#1A62A5

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

Shades of Denim #1A62A5

Tints of Denim #1A62A5

Color information

#1A62A5 (or 0x1A62A5) is unknown color: approx Denim. HEX triplet: 1A, 62 and A5. RGB value is (26,98,165). Sum of RGB (Red+Green+Blue) = 26+98+165=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #1A62A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A62A5 is #E59D5A. Grayscale: #535353. Windows color (decimal): -15048027 or 10838554. OLE color: 10838554.

HSL color Cylindrical-coordinate representation of color #1A62A5: hue angle of 208.92º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A62A5 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2698165-
CMYK0.840.4100.35
HSL208.92º72.77%37.45%-
HSV(B)208.92º84.24%64.71%-
XYZ11.5911.6737.24-
YUV84.11173.6586.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 165 (64.84% from 255) = 57.09%
R=9.00%
G=33.91%
B=57.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26981650.840.4100.35208.9272.7737.45
Hex1A62A55429023d14925
Octal321422451245104332111145
Binary1101011000101010010110101001010010100011110100011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A62A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,165); }

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

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

 a { background-color: rgb(26,98,165); }

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

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

 span { border-color: rgb(26,98,165); }

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