#1A74BC

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

Shades of Denim #1A74BC

Tints of Denim #1A74BC

Color information

#1A74BC (or 0x1A74BC) is unknown color: approx Denim. HEX triplet: 1A, 74 and BC. RGB value is (26,116,188). Sum of RGB (Red+Green+Blue) = 26+116+188=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A74BC is #E58B43. Grayscale: #606060. Windows color (decimal): -15043396 or 12350490. OLE color: 12350490.

HSL color Cylindrical-coordinate representation of color #1A74BC: hue angle of 206.67º 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 #1A74BC is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB26116188-
CMYK0.860.3800.26
HSL206.67º75.7%41.96%-
HSV(B)206.67º86.17%73.73%-
XYZ15.7516.3449.9-
YUV97.3179.1877.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.88%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 188 (73.83% from 255) = 56.97%
R=7.88%
G=35.15%
B=56.97%

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
Decimal261161880.860.3800.26206.6775.741.96
Hex1A74BC562601Acf4c2a
Octal321642741264603231711452
Binary110101110100101111001010110100110011010110011111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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