#1F09C6

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

Shades of Medium Blue #1F09C6

Tints of Medium Blue #1F09C6

Color information

#1F09C6 (or 0x1F09C6) is unknown color: approx Medium Blue. HEX triplet: 1F, 09 and C6. RGB value is (31,9,198). Sum of RGB (Red+Green+Blue) = 31+9+198=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 198 (77.73% from 255 or 83.19% from 238); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F09C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09C6 is #E0F639. Grayscale: #242424. Windows color (decimal): -14743098 or 12978463. OLE color: 12978463.

HSL color Cylindrical-coordinate representation of color #1F09C6: hue angle of 246.98º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F09C6 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB319198-
CMYK0.840.9500.22
HSL246.98º91.3%40.59%-
HSV(B)246.98º95.45%77.65%-
XYZ10.864.5653.73-
YUV37.12218.79123.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.03%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 198 (77.73% from 255) = 83.19%
R=13.03%
G=3.78%
B=83.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3191980.840.9500.22246.9891.340.59
Hex1F9C6545F016f75b29
Octal371130612413702636713351
Binary1111110011100011010101001011111010110111101111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F09C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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