#0014ba

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

Shades of Medium Blue #0014BA

Tints of Medium Blue #0014BA

Color information

#0014BA (or 0x0014BA) is unknown color: approx Medium Blue. HEX triplet: 00, 14 and BA. RGB value is (0,20,186). Sum of RGB (Red+Green+Blue) = 0+20+186=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #0014BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014BA is #FFEB45. Grayscale: #202020. Windows color (decimal): -16771910 or 12194816. OLE color: 12194816.

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

Color convert

RGB020186-
CMYK10.8900.27
HSL233.55º100%36.47%-
HSV(B)233.55º100%72.94%-
XYZ9.114.0546.75-
YUV32.94214.37104.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 186 (73.05% from 255) = 90.29%
R=0%
G=9.71%
B=90.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal02018610.8900.27233.5510036.47
Hex014BA645901Bea6424
Octal02427214413103335214444
Binary0101001011101011001001011001011011111010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0014ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0014ba; }

 p { color: rgb(0,20,186); }

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

<style>
 a { background-color: #0014ba; }

 a { background-color: rgb(0,20,186); }

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

<style>
 span { border-color: #0014ba; }

 span { border-color: rgb(0,20,186); }

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