#1900FF

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

Shades of Blue #1900FF

Tints of Blue #1900FF

Color information

#1900FF (or 0x1900FF) is unknown color: approx Blue. HEX triplet: 19, 00 and FF. RGB value is (25,0,255). Sum of RGB (Red+Green+Blue) = 25+0+255=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 255 (100% from 255 or 91.07% from 280); Max value from RGB is 255 - color contains mainly: blue. Hex color #1900FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1900FF is #E6FF00. Grayscale: #232323. Windows color (decimal): -15138561 or 16711705. OLE color: 16711705.

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

Color convert

RGB250255-
CMYK0.90100
HSL245.88º100%50%-
HSV(B)245.88º100%100%-
XYZ18.457.4395.07-
YUV36.54251.28119.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 91.07%
R=8.93%
G=0%
B=91.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502550.90100245.8810050
Hex190FF5A6400f66432
Octal3103771321440036614462
Binary110010111111111011010110010000111101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1900FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1900FF; }

 p { color: rgb(25,0,255); }

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

<style>
 a { background-color: #1900FF; }

 a { background-color: rgb(25,0,255); }

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

<style>
 span { border-color: #1900FF; }

 span { border-color: rgb(25,0,255); }

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