#0019BD

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

Shades of Medium Blue #0019BD

Tints of Medium Blue #0019BD

Color information

#0019BD (or 0x0019BD) is unknown color: approx Medium Blue. HEX triplet: 00, 19 and BD. RGB value is (0,25,189). Sum of RGB (Red+Green+Blue) = 0+25+189=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 189 (74.22% from 255 or 88.32% from 214); Max value from RGB is 189 - color contains mainly: blue. Hex color #0019BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0019BD is #FFE642. Grayscale: #232323. Windows color (decimal): -16770627 or 12392704. OLE color: 12392704.

HSL color Cylindrical-coordinate representation of color #0019BD: hue angle of 232.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0019BD is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB025189-
CMYK10.8700.26
HSL232.06º100%37.06%-
HSV(B)232.06º100%74.12%-
XYZ9.534.3748.49-
YUV36.22214.22102.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 189 (74.22% from 255) = 88.32%
R=0%
G=11.68%
B=88.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal02518910.8700.26232.0610037.06
Hex019BD645701Ae86425
Octal03127514412703235014445
Binary0110011011110111001001010111011010111010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0019BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0019BD; }

 p { color: rgb(0,25,189); }

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

<style>
 a { background-color: #0019BD; }

 a { background-color: rgb(0,25,189); }

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

<style>
 span { border-color: #0019BD; }

 span { border-color: rgb(0,25,189); }

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