#1A74D0

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

Shades of Denim #1A74D0

Tints of Denim #1A74D0

Color information

#1A74D0 (or 0x1A74D0) is unknown color: approx Denim. HEX triplet: 1A, 74 and D0. RGB value is (26,116,208). Sum of RGB (Red+Green+Blue) = 26+116+208=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #1A74D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A74D0 is #E58B2F. Grayscale: #636363. Windows color (decimal): -15043376 or 13661210. OLE color: 13661210.

HSL color Cylindrical-coordinate representation of color #1A74D0: hue angle of 210.33º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A74D0 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26116208-
CMYK0.880.4400.18
HSL210.33º77.78%45.88%-
HSV(B)210.33º87.5%81.57%-
XYZ18.0617.2662.06-
YUV99.58189.1875.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.43%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 208 (81.64% from 255) = 59.43%
R=7.43%
G=33.14%
B=59.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261162080.880.4400.18210.3377.7845.88
Hex1A74D0582C012d24e2e
Octal321643201305402232211656
Binary110101110100110100001011000101100010010110100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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