#1A5DCF

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

Shades of Denim #1A5DCF

Tints of Denim #1A5DCF

Color information

#1A5DCF (or 0x1A5DCF) is unknown color: approx Denim. HEX triplet: 1A, 5D and CF. RGB value is (26,93,207). Sum of RGB (Red+Green+Blue) = 26+93+207=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A5DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5DCF is #E5A230. Grayscale: #555555. Windows color (decimal): -15049265 or 13589786. OLE color: 13589786.

HSL color Cylindrical-coordinate representation of color #1A5DCF: hue angle of 217.79º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A5DCF is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2693207-
CMYK0.870.5500.19
HSL217.79º77.68%45.69%-
HSV(B)217.79º87.44%81.18%-
XYZ15.612.5560.63-
YUV85.96196.385.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.98%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 207 (81.25% from 255) = 63.50%
R=7.98%
G=28.53%
B=63.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal26932070.870.5500.19217.7977.6845.69
Hex1A5DCF5737013da4e2e
Octal321353171276702333211656
Binary110101011101110011111010111110111010011110110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,93,207); }

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

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

 a { background-color: rgb(26,93,207); }

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

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

 span { border-color: rgb(26,93,207); }

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