#1A68D0

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

Shades of Denim #1A68D0

Tints of Denim #1A68D0

Color information

#1A68D0 (or 0x1A68D0) is unknown color: approx Denim. HEX triplet: 1A, 68 and D0. RGB value is (26,104,208). Sum of RGB (Red+Green+Blue) = 26+104+208=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #1A68D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A68D0 is #E5972F. Grayscale: #5C5C5C. Windows color (decimal): -15046448 or 13658138. OLE color: 13658138.

HSL color Cylindrical-coordinate representation of color #1A68D0: hue angle of 214.29º 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 #1A68D0 is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26104208-
CMYK0.880.500.18
HSL214.29º77.78%45.88%-
HSV(B)214.29º87.5%81.57%-
XYZ16.7614.6761.62-
YUV92.53193.1680.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.69%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 208 (81.64% from 255) = 61.54%
R=7.69%
G=30.77%
B=61.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261042080.880.500.18214.2977.7845.88
Hex1A68D05832012d64e2e
Octal321503201306202232611656
Binary110101101000110100001011000110010010010110101101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A68D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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