#0D04EC

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

Shades of Blue #0D04EC

Tints of Blue #0D04EC

Color information

#0D04EC (or 0x0D04EC) is unknown color: approx Blue. HEX triplet: 0D, 04 and EC. RGB value is (13,4,236). Sum of RGB (Red+Green+Blue) = 13+4+236=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 236 (92.58% from 255 or 93.28% from 253); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D04EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D04EC is #F2FB13. Grayscale: #202020. Windows color (decimal): -15923988 or 15467533. OLE color: 15467533.

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

Color convert

RGB134236-
CMYK0.940.9800.07
HSL242.33º96.67%47.06%-
HSV(B)242.33º98.31%92.55%-
XYZ15.356.2379.75-
YUV33.14242.48113.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.14%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 236 (92.58% from 255) = 93.28%
R=5.14%
G=1.58%
B=93.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342360.940.9800.07242.3396.6747.06
HexD4EC5E6207f2612f
Octal1543541361420736214157
Binary110110011101100101111011000100111111100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D04EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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