#0D12EC

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

Shades of Blue #0D12EC

Tints of Blue #0D12EC

Color information

#0D12EC (or 0x0D12EC) is unknown color: approx Blue. HEX triplet: 0D, 12 and EC. RGB value is (13,18,236). Sum of RGB (Red+Green+Blue) = 13+18+236=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 236 (92.58% from 255 or 88.39% from 267); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D12EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D12EC is #F2ED13. Grayscale: #282828. Windows color (decimal): -15920404 or 15471117. OLE color: 15471117.

HSL color Cylindrical-coordinate representation of color #0D12EC: hue angle of 238.65º 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 #0D12EC is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1318236-
CMYK0.940.9200.07
HSL238.65º89.56%48.82%-
HSV(B)238.65º94.49%92.55%-
XYZ15.526.5779.81-
YUV41.36237.84107.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.87%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 236 (92.58% from 255) = 88.39%
R=4.87%
G=6.74%
B=88.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13182360.940.9200.07238.6589.5648.82
HexD12EC5E5C07ef5a31
Octal15223541361340735713261
Binary11011001011101100101111010111000111111011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D12EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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