#1F06BC

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

Shades of Medium Blue #1F06BC

Tints of Medium Blue #1F06BC

Color information

#1F06BC (or 0x1F06BC) is unknown color: approx Medium Blue. HEX triplet: 1F, 06 and BC. RGB value is (31,6,188). Sum of RGB (Red+Green+Blue) = 31+6+188=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F06BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F06BC is #E0F943. Grayscale: #212121. Windows color (decimal): -14743876 or 12322335. OLE color: 12322335.

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

Color convert

RGB316188-
CMYK0.840.9700.26
HSL248.24º93.81%38.04%-
HSV(B)248.24º96.81%73.73%-
XYZ9.714.0547.85-
YUV34.22214.78125.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 188 (73.83% from 255) = 83.56%
R=13.78%
G=2.67%
B=83.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3161880.840.9700.26248.2493.8138.04
Hex1F6BC546101Af85e26
Octal37627412414103237013646
Binary111111101011110010101001100001011010111110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F06BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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