#0D15E7

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

Shades of Blue #0D15E7

Tints of Blue #0D15E7

Color information

#0D15E7 (or 0x0D15E7) is unknown color: approx Blue. HEX triplet: 0D, 15 and E7. RGB value is (13,21,231). Sum of RGB (Red+Green+Blue) = 13+21+231=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 231 (90.62% from 255 or 87.17% from 265); Max value from RGB is 231 - color contains mainly: blue. Hex color #0D15E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D15E7 is #F2EA18. Grayscale: #292929. Windows color (decimal): -15919641 or 15144205. OLE color: 15144205.

HSL color Cylindrical-coordinate representation of color #0D15E7: hue angle of 237.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D15E7 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1321231-
CMYK0.940.9100.09
HSL237.8º89.34%47.84%-
HSV(B)237.8º94.37%90.59%-
XYZ14.866.3976.05-
YUV42.55234.35106.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.91%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 231 (90.62% from 255) = 87.17%
R=4.91%
G=7.92%
B=87.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13212310.940.9100.09237.889.3447.84
HexD15E75E5B09ee5930
Octal152534713613301135613160
Binary110110101111001111011110101101101001111011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D15E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,21,231); }

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

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

 a { background-color: rgb(13,21,231); }

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

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

 span { border-color: rgb(13,21,231); }

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