#0203BA

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

Shades of Medium Blue #0203BA

Tints of Medium Blue #0203BA

Color information

#0203BA (or 0x0203BA) is unknown color: approx Medium Blue. HEX triplet: 02, 03 and BA. RGB value is (2,3,186). Sum of RGB (Red+Green+Blue) = 2+3+186=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 186 (73.05% from 255 or 97.38% from 191); Max value from RGB is 186 - color contains mainly: blue. Hex color #0203BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0203BA is #FDFC45. Grayscale: #161616. Windows color (decimal): -16645190 or 12190466. OLE color: 12190466.

HSL color Cylindrical-coordinate representation of color #0203BA: hue angle of 239.67º 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 #0203BA is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB23186-
CMYK0.990.9800.27
HSL239.67º97.87%36.86%-
HSV(B)239.67º98.92%72.94%-
XYZ8.923.6246.68-
YUV23.56219.67112.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 186 (73.05% from 255) = 97.38%
R=1.05%
G=1.57%
B=97.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal231860.990.9800.27239.6797.8736.86
Hex23BA636201Bf06225
Octal2327214314203336014245
Binary10111011101011000111100010011011111100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0203BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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