#0415BC

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

Shades of Medium Blue #0415BC

Tints of Medium Blue #0415BC

Color information

#0415BC (or 0x0415BC) is unknown color: approx Medium Blue. HEX triplet: 04, 15 and BC. RGB value is (4,21,188). Sum of RGB (Red+Green+Blue) = 4+21+188=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #0415BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0415BC is #FBEA43. Grayscale: #222222. Windows color (decimal): -16509508 or 12326148. OLE color: 12326148.

HSL color Cylindrical-coordinate representation of color #0415BC: hue angle of 234.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0415BC is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB421188-
CMYK0.980.8900.26
HSL234.46º95.83%37.65%-
HSV(B)234.46º97.87%73.73%-
XYZ9.44.1947.89-
YUV34.96214.37105.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.88%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 188 (73.83% from 255) = 88.26%
R=1.88%
G=9.86%
B=88.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4211880.980.8900.26234.4695.8337.65
Hex415BC625901Aea6026
Octal42527414213103235214046
Binary100101011011110011000101011001011010111010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0415BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0415BC; }

 p { color: rgb(4,21,188); }

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

<style>
 a { background-color: #0415BC; }

 a { background-color: rgb(4,21,188); }

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

<style>
 span { border-color: #0415BC; }

 span { border-color: rgb(4,21,188); }

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