#0114BA

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

Shades of Medium Blue #0114BA

Tints of Medium Blue #0114BA

Color information

#0114BA (or 0x0114BA) is unknown color: approx Medium Blue. HEX triplet: 01, 14 and BA. RGB value is (1,20,186). Sum of RGB (Red+Green+Blue) = 1+20+186=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #0114BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0114BA is #FEEB45. Grayscale: #202020. Windows color (decimal): -16706374 or 12194817. OLE color: 12194817.

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

Color convert

RGB120186-
CMYK0.990.8900.27
HSL233.84º98.93%36.67%-
HSV(B)233.84º99.46%72.94%-
XYZ9.134.0546.76-
YUV33.24214.21105-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 186 (73.05% from 255) = 89.86%
R=0.48%
G=9.66%
B=89.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201860.990.8900.27233.8498.9336.67
Hex114BA635901Bea6325
Octal12427214313103335214345
Binary1101001011101011000111011001011011111010101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0114BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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