#1A75BC

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

Shades of Denim #1A75BC

Tints of Denim #1A75BC

Color information

#1A75BC (or 0x1A75BC) is unknown color: approx Denim. HEX triplet: 1A, 75 and BC. RGB value is (26,117,188). Sum of RGB (Red+Green+Blue) = 26+117+188=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A75BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A75BC is #E58A43. Grayscale: #616161. Windows color (decimal): -15043140 or 12350746. OLE color: 12350746.

HSL color Cylindrical-coordinate representation of color #1A75BC: hue angle of 206.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A75BC is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB26117188-
CMYK0.860.3800.26
HSL206.3º75.7%41.96%-
HSV(B)206.3º86.17%73.73%-
XYZ15.8616.5749.94-
YUV97.88178.8576.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=7.85%
G=35.35%
B=56.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261171880.860.3800.26206.375.741.96
Hex1A75BC562601Ace4c2a
Octal321652741264603231611452
Binary110101110101101111001010110100110011010110011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A75BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,117,188); }

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

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

 a { background-color: rgb(26,117,188); }

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

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

 span { border-color: rgb(26,117,188); }

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