#1F12E7

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

Shades of Blue #1F12E7

Tints of Blue #1F12E7

Color information

#1F12E7 (or 0x1F12E7) is unknown color: approx Blue. HEX triplet: 1F, 12 and E7. RGB value is (31,18,231). Sum of RGB (Red+Green+Blue) = 31+18+231=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 231 (90.62% from 255 or 82.5% from 280); Max value from RGB is 231 - color contains mainly: blue. Hex color #1F12E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F12E7 is #E0ED18. Grayscale: #2D2D2D. Windows color (decimal): -14740761 or 15143455. OLE color: 15143455.

HSL color Cylindrical-coordinate representation of color #1F12E7: hue angle of 243.66º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F12E7 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3118231-
CMYK0.870.9200.09
HSL243.66º85.54%48.82%-
HSV(B)243.66º92.21%90.59%-
XYZ15.216.4976.05-
YUV46.17232.31117.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 231 (90.62% from 255) = 82.5%
R=11.07%
G=6.43%
B=82.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31182310.870.9200.09243.6685.5448.82
Hex1F12E7575C09f45631
Octal372234712713401136412661
Binary1111110010111001111010111101110001001111101001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F12E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F12E7; }

 p { color: rgb(31,18,231); }

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

<style>
 a { background-color: #1F12E7; }

 a { background-color: rgb(31,18,231); }

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

<style>
 span { border-color: #1F12E7; }

 span { border-color: rgb(31,18,231); }

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