#1F0CBF

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

Shades of Medium Blue #1F0CBF

Tints of Medium Blue #1F0CBF

Color information

#1F0CBF (or 0x1F0CBF) is unknown color: approx Medium Blue. HEX triplet: 1F, 0C and BF. RGB value is (31,12,191). Sum of RGB (Red+Green+Blue) = 31+12+191=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F0CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0CBF is #E0F340. Grayscale: #252525. Windows color (decimal): -14742337 or 12520479. OLE color: 12520479.

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

Color convert

RGB3112191-
CMYK0.840.9400.25
HSL246.37º88.18%39.8%-
HSV(B)246.37º93.72%74.9%-
XYZ10.14.3249.59-
YUV38.09214.29122.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 191 (75% from 255) = 81.62%
R=13.25%
G=5.13%
B=81.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31121910.840.9400.25246.3788.1839.8
Hex1FCBF545E019f65828
Octal371427712413603136613050
Binary1111111001011111110101001011110011001111101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,12,191); }

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

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

 a { background-color: rgb(31,12,191); }

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

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

 span { border-color: rgb(31,12,191); }

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