#1A68BA

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

Shades of Denim #1A68BA

Tints of Denim #1A68BA

Color information

#1A68BA (or 0x1A68BA) is unknown color: approx Denim. HEX triplet: 1A, 68 and BA. RGB value is (26,104,186). Sum of RGB (Red+Green+Blue) = 26+104+186=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A68BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A68BA is #E59745. Grayscale: #595959. Windows color (decimal): -15046470 or 12216346. OLE color: 12216346.

HSL color Cylindrical-coordinate representation of color #1A68BA: hue angle of 210.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 #1A68BA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB26104186-
CMYK0.860.4400.27
HSL210.75º75.47%41.57%-
HSV(B)210.75º86.02%72.94%-
XYZ14.2413.6748.34-
YUV90.03182.1682.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.23%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 186 (73.05% from 255) = 58.86%
R=8.23%
G=32.91%
B=58.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261041860.860.4400.27210.7575.4741.57
Hex1A68BA562C01Bd34b2a
Octal321502721265403332311352
Binary110101101000101110101010110101100011011110100111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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