#0D11EC

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

Shades of Blue #0D11EC

Tints of Blue #0D11EC

Color information

#0D11EC (or 0x0D11EC) is unknown color: approx Blue. HEX triplet: 0D, 11 and EC. RGB value is (13,17,236). Sum of RGB (Red+Green+Blue) = 13+17+236=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 236 (92.58% from 255 or 88.72% from 266); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D11EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D11EC is #F2EE13. Grayscale: #272727. Windows color (decimal): -15920660 or 15470861. OLE color: 15470861.

HSL color Cylindrical-coordinate representation of color #0D11EC: hue angle of 238.92º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D11EC is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1317236-
CMYK0.940.9300.07
HSL238.92º89.56%48.82%-
HSV(B)238.92º94.49%92.55%-
XYZ15.516.5479.8-
YUV40.77238.17108.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.89%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 236 (92.58% from 255) = 88.72%
R=4.89%
G=6.39%
B=88.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13172360.940.9300.07238.9289.5648.82
HexD11EC5E5D07ef5a31
Octal15213541361350735713261
Binary11011000111101100101111010111010111111011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D11EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,236); }

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

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

 a { background-color: rgb(13,17,236); }

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

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

 span { border-color: rgb(13,17,236); }

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