#1861A3

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

Shades of Denim #1861A3

Tints of Denim #1861A3

Color information

#1861A3 (or 0x1861A3) is unknown color: approx Denim. HEX triplet: 18, 61 and A3. RGB value is (24,97,163). Sum of RGB (Red+Green+Blue) = 24+97+163=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #1861A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1861A3 is #E79E5C. Grayscale: #525252. Windows color (decimal): -15179357 or 10707224. OLE color: 10707224.

HSL color Cylindrical-coordinate representation of color #1861A3: hue angle of 208.49º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1861A3 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2497163-
CMYK0.850.4000.36
HSL208.49º74.33%36.67%-
HSV(B)208.49º85.28%63.92%-
XYZ11.2611.3936.25-
YUV82.7173.3286.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 163 (64.06% from 255) = 57.39%
R=8.45%
G=34.15%
B=57.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24971630.850.4000.36208.4974.3336.67
Hex1861A35528024d04a25
Octal301412431255004432011245
Binary1100011000011010001110101011010000100100110100001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1861A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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