#1875bb

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

Shades of Denim #1875BB

Tints of Denim #1875BB

Color information

#1875BB (or 0x1875BB) is unknown color: approx Denim. HEX triplet: 18, 75 and BB. RGB value is (24,117,187). Sum of RGB (Red+Green+Blue) = 24+117+187=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #1875BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1875BB is #E78A44. Grayscale: #606060. Windows color (decimal): -15174213 or 12285208. OLE color: 12285208.

HSL color Cylindrical-coordinate representation of color #1875BB: hue angle of 205.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1875BB is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24117187-
CMYK0.870.3700.27
HSL205.77º77.25%41.37%-
HSV(B)205.77º87.17%73.33%-
XYZ15.7116.549.37-
YUV97.17178.6975.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.32%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 187 (73.44% from 255) = 57.01%
R=7.32%
G=35.67%
B=57.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241171870.870.3700.27205.7777.2541.37
Hex1875BB572501Bce4d29
Octal301652731274503331611551
Binary110001110101101110111010111100101011011110011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1875bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1875bb; }

 p { color: rgb(24,117,187); }

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

<style>
 a { background-color: #1875bb; }

 a { background-color: rgb(24,117,187); }

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

<style>
 span { border-color: #1875bb; }

 span { border-color: rgb(24,117,187); }

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