#1851BD

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

Shades of Denim #1851BD

Tints of Denim #1851BD

Color information

#1851BD (or 0x1851BD) is unknown color: approx Denim. HEX triplet: 18, 51 and BD. RGB value is (24,81,189). Sum of RGB (Red+Green+Blue) = 24+81+189=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #1851BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1851BD is #E7AE42. Grayscale: #4B4B4B. Windows color (decimal): -15183427 or 12407064. OLE color: 12407064.

HSL color Cylindrical-coordinate representation of color #1851BD: hue angle of 219.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1851BD is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2481189-
CMYK0.870.5700.26
HSL219.27º77.46%41.76%-
HSV(B)219.27º87.3%74.12%-
XYZ12.59.7549.37-
YUV76.27191.6290.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.16%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=8.16%
G=27.55%
B=64.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24811890.870.5700.26219.2777.4641.76
Hex1851BD573901Adb4d2a
Octal301212751277103233311552
Binary110001010001101111011010111111001011010110110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1851BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1851BD; }

 p { color: rgb(24,81,189); }

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

<style>
 a { background-color: #1851BD; }

 a { background-color: rgb(24,81,189); }

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

<style>
 span { border-color: #1851BD; }

 span { border-color: rgb(24,81,189); }

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