#0D06CE

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

Shades of Medium Blue #0D06CE

Tints of Medium Blue #0D06CE

Color information

#0D06CE (or 0x0D06CE) is unknown color: approx Medium Blue. HEX triplet: 0D, 06 and CE. RGB value is (13,6,206). Sum of RGB (Red+Green+Blue) = 13+6+206=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D06CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D06CE is #F2F931. Grayscale: #1E1E1E. Windows color (decimal): -15923506 or 13501965. OLE color: 13501965.

HSL color Cylindrical-coordinate representation of color #0D06CE: hue angle of 242.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06CE is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136206-
CMYK0.940.9700.19
HSL242.1º94.34%41.57%-
HSV(B)242.1º97.09%80.78%-
XYZ11.374.6758.69-
YUV30.89226.82115.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 206 (80.86% from 255) = 91.56%
R=5.78%
G=2.67%
B=91.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1362060.940.9700.19242.194.3441.57
HexD6CE5E61013f25e2a
Octal15631613614102336213652
Binary11011101100111010111101100001010011111100101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D06CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,206); }

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

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

 a { background-color: rgb(13,6,206); }

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

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

 span { border-color: rgb(13,6,206); }

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