#1F06C6

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

Shades of Medium Blue #1F06C6

Tints of Medium Blue #1F06C6

Color information

#1F06C6 (or 0x1F06C6) is unknown color: approx Medium Blue. HEX triplet: 1F, 06 and C6. RGB value is (31,6,198). Sum of RGB (Red+Green+Blue) = 31+6+198=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 198 (77.73% from 255 or 84.26% from 235); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F06C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F06C6 is #E0F939. Grayscale: #222222. Windows color (decimal): -14743866 or 12977695. OLE color: 12977695.

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

Color convert

RGB316198-
CMYK0.840.9700.22
HSL247.81º94.12%40%-
HSV(B)247.81º96.97%77.65%-
XYZ10.824.553.72-
YUV35.36219.78124.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.19%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 198 (77.73% from 255) = 84.26%
R=13.19%
G=2.55%
B=84.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3161980.840.9700.22247.8194.1240
Hex1F6C65461016f85e28
Octal37630612414102637013650
Binary111111101100011010101001100001010110111110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F06C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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