#0D012F

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

Shades of Tolopea #0D012F

Tints of Tolopea #0D012F

Color information

#0D012F (or 0x0D012F) is unknown color: approx Tolopea. HEX triplet: 0D, 01 and 2F. RGB value is (13,1,47). Sum of RGB (Red+Green+Blue) = 13+1+47=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D012F is #F2FED0. Grayscale: #090909. Windows color (decimal): -15924945 or 3080461. OLE color: 3080461.

HSL color Cylindrical-coordinate representation of color #0D012F: hue angle of 255.65º 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 #0D012F is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13147-
CMYK0.720.9800.82
HSL255.65º95.83%9.41%-
HSV(B)255.65º97.87%18.43%-
XYZ0.690.312.71-
YUV9.83148.98130.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.31%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 47 (18.75% from 255) = 77.05%
R=21.31%
G=1.64%
B=77.05%

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
Decimal131470.720.9800.82255.6595.839.41
HexD12F4862052100609
Octal15157110142012240014011
Binary11011101111100100011000100101001010000000011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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