#1861A5

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

Shades of Denim #1861A5

Tints of Denim #1861A5

Color information

#1861A5 (or 0x1861A5) is unknown color: approx Denim. HEX triplet: 18, 61 and A5. RGB value is (24,97,165). Sum of RGB (Red+Green+Blue) = 24+97+165=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 165 (64.84% from 255 or 57.69% from 286); Max value from RGB is 165 - color contains mainly: blue. Hex color #1861A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1861A5 is #E79E5A. Grayscale: #525252. Windows color (decimal): -15179355 or 10838296. OLE color: 10838296.

HSL color Cylindrical-coordinate representation of color #1861A5: hue angle of 208.94º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1861A5 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2497165-
CMYK0.850.4100.35
HSL208.94º74.6%37.06%-
HSV(B)208.94º85.45%64.71%-
XYZ11.4411.4637.21-
YUV82.92174.3285.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.39%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 165 (64.84% from 255) = 57.69%
R=8.39%
G=33.92%
B=57.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24971650.850.4100.35208.9474.637.06
Hex1861A55529023d14b25
Octal301412451255104332111345
Binary1100011000011010010110101011010010100011110100011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1861A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1861A5; }

 p { color: rgb(24,97,165); }

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

<style>
 a { background-color: #1861A5; }

 a { background-color: rgb(24,97,165); }

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

<style>
 span { border-color: #1861A5; }

 span { border-color: rgb(24,97,165); }

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