#0D0130

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

Shades of Tolopea #0D0130

Tints of Tolopea #0D0130

Color information

#0D0130 (or 0x0D0130) is unknown color: approx Tolopea. HEX triplet: 0D, 01 and 30. RGB value is (13,1,48). Sum of RGB (Red+Green+Blue) = 13+1+48=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D0130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0130 is #F2FECF. Grayscale: #090909. Windows color (decimal): -15924944 or 3145997. OLE color: 3145997.

HSL color Cylindrical-coordinate representation of color #0D0130: hue angle of 255.32º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0130 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13148-
CMYK0.730.9800.81
HSL255.32º95.92%9.61%-
HSV(B)255.32º97.92%18.82%-
XYZ0.710.322.82-
YUV9.95149.48130.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.97%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 48 (19.14% from 255) = 77.42%
R=20.97%
G=1.61%
B=77.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal131480.730.9800.81255.3295.929.61
HexD1304962051ff60a
Octal15160111142012137714012
Binary1101111000010010011100010010100011111111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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