#1F02B6

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

Shades of Medium Blue #1F02B6

Tints of Medium Blue #1F02B6

Color information

#1F02B6 (or 0x1F02B6) is unknown color: approx Medium Blue. HEX triplet: 1F, 02 and B6. RGB value is (31,2,182). Sum of RGB (Red+Green+Blue) = 31+2+182=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 182 (71.48% from 255 or 84.65% from 215); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F02B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02B6 is #E0FD49. Grayscale: #1E1E1E. Windows color (decimal): -14744906 or 11928095. OLE color: 11928095.

HSL color Cylindrical-coordinate representation of color #1F02B6: hue angle of 249.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02B6 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB312182-
CMYK0.830.9900.29
HSL249.67º97.83%36.08%-
HSV(B)249.67º98.9%71.37%-
XYZ9.033.7144.5-
YUV31.19213.11127.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 182 (71.48% from 255) = 84.65%
R=14.42%
G=0.93%
B=84.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3121820.830.9900.29249.6797.8336.08
Hex1F2B6536301Dfa6224
Octal37226612314303537214244
Binary11111101011011010100111100011011101111110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F02B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,2,182); }

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

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

 a { background-color: rgb(31,2,182); }

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

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

 span { border-color: rgb(31,2,182); }

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