#1F00BD

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

Shades of Medium Blue #1F00BD

Tints of Medium Blue #1F00BD

Color information

#1F00BD (or 0x1F00BD) is unknown color: approx Medium Blue. HEX triplet: 1F, 00 and BD. RGB value is (31,0,189). Sum of RGB (Red+Green+Blue) = 31+0+189=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00BD is #E0FF42. Grayscale: #1E1E1E. Windows color (decimal): -14745411 or 12386335. OLE color: 12386335.

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

Color convert

RGB310189-
CMYK0.84100.26
HSL249.84º100%37.06%-
HSV(B)249.84º100%74.12%-
XYZ9.753.9748.4-
YUV30.82217.27128.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 85.91%
R=14.09%
G=0%
B=85.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3101890.84100.26249.8410037.06
Hex1F0BD546401Afa6425
Octal37027512414403237214445
Binary1111101011110110101001100100011010111110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,189); }

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

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

 a { background-color: rgb(31,0,189); }

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

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

 span { border-color: rgb(31,0,189); }

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