#1869D5

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

Shades of Denim #1869D5

Tints of Denim #1869D5

Color information

#1869D5 (or 0x1869D5) is unknown color: approx Denim. HEX triplet: 18, 69 and D5. RGB value is (24,105,213). Sum of RGB (Red+Green+Blue) = 24+105+213=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #1869D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1869D5 is #E7962A. Grayscale: #5C5C5C. Windows color (decimal): -15177259 or 13986072. OLE color: 13986072.

HSL color Cylindrical-coordinate representation of color #1869D5: hue angle of 214.29º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1869D5 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB24105213-
CMYK0.890.5100.16
HSL214.29º79.75%46.47%-
HSV(B)214.29º88.73%83.53%-
XYZ17.4415.164.95-
YUV93.09195.6678.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.02%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 213 (83.59% from 255) = 62.28%
R=7.02%
G=30.70%
B=62.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal241052130.890.5100.16214.2979.7546.47
Hex1869D55933010d6502e
Octal301513251316302032612056
Binary110001101001110101011011001110011010000110101101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1869D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1869D5; }

 p { color: rgb(24,105,213); }

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

<style>
 a { background-color: #1869D5; }

 a { background-color: rgb(24,105,213); }

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

<style>
 span { border-color: #1869D5; }

 span { border-color: rgb(24,105,213); }

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