#1A70BD

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

Shades of Denim #1A70BD

Tints of Denim #1A70BD

Color information

#1A70BD (or 0x1A70BD) is unknown color: approx Denim. HEX triplet: 1A, 70 and BD. RGB value is (26,112,189). Sum of RGB (Red+Green+Blue) = 26+112+189=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A70BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A70BD is #E58F42. Grayscale: #5E5E5E. Windows color (decimal): -15044419 or 12415002. OLE color: 12415002.

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

Color convert

RGB26112189-
CMYK0.860.4100.26
HSL208.34º75.81%42.16%-
HSV(B)208.34º86.24%74.12%-
XYZ15.4115.4850.32-
YUV95.06181.0178.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.95%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=7.95%
G=34.25%
B=57.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261121890.860.4100.26208.3475.8142.16
Hex1A70BD562901Ad04c2a
Octal321602751265103232011452
Binary110101110000101111011010110101001011010110100001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,189); }

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

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

 a { background-color: rgb(26,112,189); }

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

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

 span { border-color: rgb(26,112,189); }

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