#0015B7

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

Shades of Medium Blue #0015B7

Tints of Medium Blue #0015B7

Color information

#0015B7 (or 0x0015B7) is unknown color: approx Medium Blue. HEX triplet: 00, 15 and B7. RGB value is (0,21,183). Sum of RGB (Red+Green+Blue) = 0+21+183=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 183 (71.88% from 255 or 89.71% from 204); Max value from RGB is 183 - color contains mainly: blue. Hex color #0015B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0015B7 is #FFEA48. Grayscale: #202020. Windows color (decimal): -16771657 or 11998464. OLE color: 11998464.

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

Color convert

RGB021183-
CMYK10.8900.28
HSL233.11º100%35.88%-
HSV(B)233.11º100%71.76%-
XYZ8.823.9645.1-
YUV33.19212.54104.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 183 (71.88% from 255) = 89.71%
R=0%
G=10.29%
B=89.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal02118310.8900.28233.1110035.88
Hex015B7645901Ce96424
Octal02526714413103435114444
Binary0101011011011111001001011001011100111010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0015B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0015B7; }

 p { color: rgb(0,21,183); }

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

<style>
 a { background-color: #0015B7; }

 a { background-color: rgb(0,21,183); }

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

<style>
 span { border-color: #0015B7; }

 span { border-color: rgb(0,21,183); }

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