#0D1AE6

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

Shades of Blue #0D1AE6

Tints of Blue #0D1AE6

Color information

#0D1AE6 (or 0x0D1AE6) is unknown color: approx Blue. HEX triplet: 0D, 1A and E6. RGB value is (13,26,230). Sum of RGB (Red+Green+Blue) = 13+26+230=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 230 (90.23% from 255 or 85.50% from 269); Max value from RGB is 230 - color contains mainly: blue. Hex color #0D1AE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1AE6 is #F2E519. Grayscale: #2C2C2C. Windows color (decimal): -15918362 or 15079949. OLE color: 15079949.

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

Color convert

RGB1326230-
CMYK0.940.8900.10
HSL236.41º89.3%47.65%-
HSV(B)236.41º94.35%90.2%-
XYZ14.826.5475.34-
YUV45.37232.19104.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.83%
GREEN value IS 26 (10.55% from 255) = 9.67%
BLUE value IS 230 (90.23% from 255) = 85.50%
R=4.83%
G=9.67%
B=85.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13262300.940.8900.10236.4189.347.65
HexD1AE65E590Aec5930
Octal153234613613101235413160
Binary110111010111001101011110101100101010111011001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,26,230); }

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

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

 a { background-color: rgb(13,26,230); }

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

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

 span { border-color: rgb(13,26,230); }

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