#0402BA

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

Shades of Medium Blue #0402BA

Tints of Medium Blue #0402BA

Color information

#0402BA (or 0x0402BA) is unknown color: approx Medium Blue. HEX triplet: 04, 02 and BA. RGB value is (4,2,186). Sum of RGB (Red+Green+Blue) = 4+2+186=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 186 (73.05% from 255 or 96.88% from 192); Max value from RGB is 186 - color contains mainly: blue. Hex color #0402BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0402BA is #FBFD45. Grayscale: #161616. Windows color (decimal): -16514374 or 12190212. OLE color: 12190212.

HSL color Cylindrical-coordinate representation of color #0402BA: hue angle of 240.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0402BA is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42186-
CMYK0.980.9900.27
HSL240.65º97.87%36.86%-
HSV(B)240.65º98.92%72.94%-
XYZ8.933.6146.68-
YUV23.57219.66114.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 186 (73.05% from 255) = 96.88%
R=2.08%
G=1.04%
B=96.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421860.980.9900.27240.6597.8736.86
Hex42BA626301Bf16225
Octal4227214214303336114245
Binary100101011101011000101100011011011111100011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0402BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0402BA; }

 p { color: rgb(4,2,186); }

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

<style>
 a { background-color: #0402BA; }

 a { background-color: rgb(4,2,186); }

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

<style>
 span { border-color: #0402BA; }

 span { border-color: rgb(4,2,186); }

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