#190fef

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

Shades of Blue #190FEF

Tints of Blue #190FEF

Color information

#190FEF (or 0x190FEF) is unknown color: approx Blue. HEX triplet: 19, 0F and EF. RGB value is (25,15,239). Sum of RGB (Red+Green+Blue) = 25+15+239=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #190FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FEF is #E6F010. Grayscale: #2A2A2A. Windows color (decimal): -15134737 or 15666969. OLE color: 15666969.

HSL color Cylindrical-coordinate representation of color #190FEF: hue angle of 242.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FEF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2515239-
CMYK0.900.9400.06
HSL242.68º88.19%49.8%-
HSV(B)242.68º93.72%93.73%-
XYZ16.156.7882.12-
YUV43.53238.31114.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 239 (93.75% from 255) = 85.66%
R=8.96%
G=5.38%
B=85.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal25152390.900.9400.06242.6888.1949.8
Hex19FEF5A5E06f35832
Octal31173571321360636313062
Binary11001111111101111101101010111100110111100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190fef; }

 p { color: rgb(25,15,239); }

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

<style>
 a { background-color: #190fef; }

 a { background-color: rgb(25,15,239); }

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

<style>
 span { border-color: #190fef; }

 span { border-color: rgb(25,15,239); }

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