#190CE9

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

Shades of Blue #190CE9

Tints of Blue #190CE9

Color information

#190CE9 (or 0x190CE9) is unknown color: approx Blue. HEX triplet: 19, 0C and E9. RGB value is (25,12,233). Sum of RGB (Red+Green+Blue) = 25+12+233=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 233 (91.41% from 255 or 86.30% from 270); Max value from RGB is 233 - color contains mainly: blue. Hex color #190CE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190CE9 is #E6F316. Grayscale: #282828. Windows color (decimal): -15135511 or 15272985. OLE color: 15272985.

HSL color Cylindrical-coordinate representation of color #190CE9: hue angle of 243.53º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190CE9 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2512233-
CMYK0.890.9500.09
HSL243.53º90.2%48.04%-
HSV(B)243.53º94.85%91.37%-
XYZ15.246.3577.51-
YUV41.08236.31116.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.26%
GREEN value IS 12 (5.08% from 255) = 4.44%
BLUE value IS 233 (91.41% from 255) = 86.30%
R=9.26%
G=4.44%
B=86.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal25122330.890.9500.09243.5390.248.04
Hex19CE9595F09f45a30
Octal311435113113701136413260
Binary110011100111010011011001101111101001111101001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,12,233); }

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

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

 a { background-color: rgb(25,12,233); }

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

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

 span { border-color: rgb(25,12,233); }

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