#1869AB

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

Shades of Denim #1869AB

Tints of Denim #1869AB

Color information

#1869AB (or 0x1869AB) is unknown color: approx Denim. HEX triplet: 18, 69 and AB. RGB value is (24,105,171). Sum of RGB (Red+Green+Blue) = 24+105+171=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #1869AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1869AB is #E79654. Grayscale: #575757. Windows color (decimal): -15177301 or 11233560. OLE color: 11233560.

HSL color Cylindrical-coordinate representation of color #1869AB: hue angle of 206.94º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1869AB is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24105171-
CMYK0.860.3900.33
HSL206.94º75.38%38.24%-
HSV(B)206.94º85.96%67.06%-
XYZ12.7813.2440.41-
YUV88.3174.6682.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 171 (67.19% from 255) = 57%
R=8%
G=35%
B=57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241051710.860.3900.33206.9475.3838.24
Hex1869AB5627021cf4b26
Octal301512531264704131711346
Binary1100011010011010101110101101001110100001110011111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1869AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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