#0D00BE

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

Shades of Medium Blue #0D00BE

Tints of Medium Blue #0D00BE

Color information

#0D00BE (or 0x0D00BE) is unknown color: approx Medium Blue. HEX triplet: 0D, 00 and BE. RGB value is (13,0,190). Sum of RGB (Red+Green+Blue) = 13+0+190=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 190 (74.61% from 255 or 93.60% from 203); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D00BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D00BE is #F2FF41. Grayscale: #181818. Windows color (decimal): -15925058 or 12451853. OLE color: 12451853.

HSL color Cylindrical-coordinate representation of color #0D00BE: hue angle of 244.11º 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 #0D00BE is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB130190-
CMYK0.93100.25
HSL244.11º100%37.25%-
HSV(B)244.11º100%74.51%-
XYZ9.463.848.95-
YUV25.55220.81119.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 93.60%
R=6.40%
G=0%
B=93.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301900.93100.25244.1110037.25
HexD0BE5D64019f46425
Octal15027613514403136414445
Binary110101011111010111011100100011001111101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D00BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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