#0d00bf

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

Shades of Medium Blue #0D00BF

Tints of Medium Blue #0D00BF

Color information

#0D00BF (or 0x0D00BF) is unknown color: approx Medium Blue. HEX triplet: 0D, 00 and BF. RGB value is (13,0,191). Sum of RGB (Red+Green+Blue) = 13+0+191=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 191 (75% from 255 or 93.63% from 204); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D00BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D00BF is #F2FF40. Grayscale: #181818. Windows color (decimal): -15925057 or 12517389. OLE color: 12517389.

HSL color Cylindrical-coordinate representation of color #0D00BF: hue angle of 244.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D00BF is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130191-
CMYK0.93100.25
HSL244.08º100%37.45%-
HSV(B)244.08º100%74.9%-
XYZ9.573.8549.53-
YUV25.66221.31118.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 93.63%
R=6.37%
G=0%
B=93.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301910.93100.25244.0810037.45
HexD0BF5D64019f46425
Octal15027713514403136414445
Binary110101011111110111011100100011001111101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d00bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0d00bf; }

 p { color: rgb(13,0,191); }

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

<style>
 a { background-color: #0d00bf; }

 a { background-color: rgb(13,0,191); }

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

<style>
 span { border-color: #0d00bf; }

 span { border-color: rgb(13,0,191); }

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