#1A78BA

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

Shades of Denim #1A78BA

Tints of Denim #1A78BA

Color information

#1A78BA (or 0x1A78BA) is unknown color: approx Denim. HEX triplet: 1A, 78 and BA. RGB value is (26,120,186). Sum of RGB (Red+Green+Blue) = 26+120+186=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A78BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A78BA is #E58745. Grayscale: #636363. Windows color (decimal): -15042374 or 12220442. OLE color: 12220442.

HSL color Cylindrical-coordinate representation of color #1A78BA: hue angle of 204.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A78BA is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB26120186-
CMYK0.860.3500.27
HSL204.75º75.47%41.57%-
HSV(B)204.75º86.02%72.94%-
XYZ16.0117.248.93-
YUV99.42176.8675.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.83%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=7.83%
G=36.14%
B=56.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261201860.860.3500.27204.7575.4741.57
Hex1A78BA562301Bcd4b2a
Octal321702721264303331511352
Binary110101111000101110101010110100011011011110011011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,120,186); }

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

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

 a { background-color: rgb(26,120,186); }

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

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

 span { border-color: rgb(26,120,186); }

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