#1A5BCC

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

Shades of Denim #1A5BCC

Tints of Denim #1A5BCC

Color information

#1A5BCC (or 0x1A5BCC) is unknown color: approx Denim. HEX triplet: 1A, 5B and CC. RGB value is (26,91,204). Sum of RGB (Red+Green+Blue) = 26+91+204=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A5BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5BCC is #E5A433. Grayscale: #535353. Windows color (decimal): -15049780 or 13392666. OLE color: 13392666.

HSL color Cylindrical-coordinate representation of color #1A5BCC: hue angle of 218.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A5BCC is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2691204-
CMYK0.870.5500.2
HSL218.09º77.39%45.1%-
HSV(B)218.09º87.25%80%-
XYZ15.0712.0658.66-
YUV84.45195.4786.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.10%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=8.10%
G=28.35%
B=63.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26912040.870.5500.2218.0977.3945.1
Hex1A5BCC5737014da4d2d
Octal321333141276702433211555
Binary110101011011110011001010111110111010100110110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,91,204); }

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

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

 a { background-color: rgb(26,91,204); }

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

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

 span { border-color: rgb(26,91,204); }

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