#151FF6

Color #151FF6 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #151FF6

Tints of Blue #151FF6

Color information

#151FF6 (or 0x151FF6) is unknown color: approx Blue. HEX triplet: 15, 1F and F6. RGB value is (21,31,246). Sum of RGB (Red+Green+Blue) = 21+31+246=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 246 (96.48% from 255 or 82.55% from 298); Max value from RGB is 246 - color contains mainly: blue. Hex color #151FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151FF6 is #EAE009. Grayscale: #333333. Windows color (decimal): -15392778 or 16129813. OLE color: 16129813.

HSL color Cylindrical-coordinate representation of color #151FF6: hue angle of 237.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151FF6 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2131246-
CMYK0.910.8700.04
HSL237.33º92.59%52.35%-
HSV(B)237.33º91.46%96.47%-
XYZ17.437.7987.77-
YUV52.52237.19105.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.05%
GREEN value IS 31 (12.5% from 255) = 10.40%
BLUE value IS 246 (96.48% from 255) = 82.55%
R=7.05%
G=10.40%
B=82.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21312460.910.8700.04237.3392.5952.35
Hex151FF65B5704ed5d34
Octal25373661331270435513564
Binary101011111111110110101101110101110100111011011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151FF6; }

 p { color: rgb(21,31,246); }

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

<style>
 a { background-color: #151FF6; }

 a { background-color: rgb(21,31,246); }

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

<style>
 span { border-color: #151FF6; }

 span { border-color: rgb(21,31,246); }

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