#0D012E

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

Shades of Tolopea #0D012E

Tints of Tolopea #0D012E

Color information

#0D012E (or 0x0D012E) is unknown color: approx Tolopea. HEX triplet: 0D, 01 and 2E. RGB value is (13,1,46). Sum of RGB (Red+Green+Blue) = 13+1+46=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 46 (18.36% from 255 or 76.67% from 60); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D012E is #F2FED1. Grayscale: #090909. Windows color (decimal): -15924946 or 3014925. OLE color: 3014925.

HSL color Cylindrical-coordinate representation of color #0D012E: hue angle of 256º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D012E is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13146-
CMYK0.720.9800.82
HSL256º95.74%9.22%-
HSV(B)256º97.83%18.04%-
XYZ0.670.32.61-
YUV9.72148.48130.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.67%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 46 (18.36% from 255) = 76.67%
R=21.67%
G=1.67%
B=76.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal131460.720.9800.8225695.749.22
HexD12E4862052100609
Octal15156110142012240014011
Binary11011101110100100011000100101001010000000011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,1,46); }

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

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

 a { background-color: rgb(13,1,46); }

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

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

 span { border-color: rgb(13,1,46); }

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