#1F09B6

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

Shades of Medium Blue #1F09B6

Tints of Medium Blue #1F09B6

Color information

#1F09B6 (or 0x1F09B6) is unknown color: approx Medium Blue. HEX triplet: 1F, 09 and B6. RGB value is (31,9,182). Sum of RGB (Red+Green+Blue) = 31+9+182=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 182 (71.48% from 255 or 81.98% from 222); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F09B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09B6 is #E0F649. Grayscale: #222222. Windows color (decimal): -14743114 or 11929887. OLE color: 11929887.

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

Color convert

RGB319182-
CMYK0.830.9500.29
HSL247.63º90.58%37.45%-
HSV(B)247.63º95.05%71.37%-
XYZ9.113.8644.52-
YUV35.3210.79124.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 182 (71.48% from 255) = 81.98%
R=13.96%
G=4.05%
B=81.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3191820.830.9500.29247.6390.5837.45
Hex1F9B6535F01Df85b25
Octal371126612313703537013345
Binary1111110011011011010100111011111011101111110001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F09B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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