#1918FB

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

Shades of Blue #1918FB

Tints of Blue #1918FB

Color information

#1918FB (or 0x1918FB) is unknown color: approx Blue. HEX triplet: 19, 18 and FB. RGB value is (25,24,251). Sum of RGB (Red+Green+Blue) = 25+24+251=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #1918FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1918FB is #E6E704. Grayscale: #313131. Windows color (decimal): -15132421 or 16455705. OLE color: 16455705.

HSL color Cylindrical-coordinate representation of color #1918FB: hue angle of 240.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1918FB is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2524251-
CMYK0.900.9000.02
HSL240.26º96.6%53.92%-
HSV(B)240.26º90.44%98.43%-
XYZ18.147.8291.82-
YUV50.18241.33110.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.33%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 251 (98.44% from 255) = 83.67%
R=8.33%
G=8%
B=83.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25242510.900.9000.02240.2696.653.92
Hex1918FB5A5A02f06136
Octal31303731321320236014166
Binary11001110001111101110110101011010010111100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1918FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1918FB; }

 p { color: rgb(25,24,251); }

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

<style>
 a { background-color: #1918FB; }

 a { background-color: rgb(25,24,251); }

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

<style>
 span { border-color: #1918FB; }

 span { border-color: rgb(25,24,251); }

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