#0400BF

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

Shades of Medium Blue #0400BF

Tints of Medium Blue #0400BF

Color information

#0400BF (or 0x0400BF) is unknown color: approx Medium Blue. HEX triplet: 04, 00 and BF. RGB value is (4,0,191). Sum of RGB (Red+Green+Blue) = 4+0+191=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 191 (75% from 255 or 97.95% from 195); Max value from RGB is 191 - color contains mainly: blue. Hex color #0400BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0400BF is #FBFF40. Grayscale: #161616. Windows color (decimal): -16514881 or 12517380. OLE color: 12517380.

HSL color Cylindrical-coordinate representation of color #0400BF: hue angle of 241.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400BF is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB40191-
CMYK0.98100.25
HSL241.26º100%37.45%-
HSV(B)241.26º100%74.9%-
XYZ9.453.7949.52-
YUV22.97222.83114.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 97.95%
R=2.05%
G=0%
B=97.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401910.98100.25241.2610037.45
Hex40BF6264019f16425
Octal4027714214403136114445
Binary10001011111111000101100100011001111100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0400BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0400BF; }

 p { color: rgb(4,0,191); }

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

<style>
 a { background-color: #0400BF; }

 a { background-color: rgb(4,0,191); }

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

<style>
 span { border-color: #0400BF; }

 span { border-color: rgb(4,0,191); }

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