#1850BF

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

Shades of Denim #1850BF

Tints of Denim #1850BF

Color information

#1850BF (or 0x1850BF) is unknown color: approx Denim. HEX triplet: 18, 50 and BF. RGB value is (24,80,191). Sum of RGB (Red+Green+Blue) = 24+80+191=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #1850BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850BF is #E7AF40. Grayscale: #4B4B4B. Windows color (decimal): -15183681 or 12537880. OLE color: 12537880.

HSL color Cylindrical-coordinate representation of color #1850BF: hue angle of 219.88º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1850BF is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2480191-
CMYK0.870.5800.25
HSL219.88º77.67%42.16%-
HSV(B)219.88º87.43%74.9%-
XYZ12.659.6950.49-
YUV75.91192.9590.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 191 (75% from 255) = 64.75%
R=8.14%
G=27.12%
B=64.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24801910.870.5800.25219.8877.6742.16
Hex1850BF573A019dc4e2a
Octal301202771277203133411652
Binary110001010000101111111010111111010011001110111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1850BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1850BF; }

 p { color: rgb(24,80,191); }

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

<style>
 a { background-color: #1850BF; }

 a { background-color: rgb(24,80,191); }

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

<style>
 span { border-color: #1850BF; }

 span { border-color: rgb(24,80,191); }

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