#0D043F

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

Shades of Tolopea #0D043F

Tints of Tolopea #0D043F

Color information

#0D043F (or 0x0D043F) is unknown color: approx Tolopea. HEX triplet: 0D, 04 and 3F. RGB value is (13,4,63). Sum of RGB (Red+Green+Blue) = 13+4+63=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 63 (25% from 255 or 78.75% from 80); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D043F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D043F is #F2FBC0. Grayscale: #0D0D0D. Windows color (decimal): -15924161 or 4129805. OLE color: 4129805.

HSL color Cylindrical-coordinate representation of color #0D043F: hue angle of 249.15º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D043F is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB13463-
CMYK0.790.9400.75
HSL249.15º88.06%13.14%-
HSV(B)249.15º93.65%24.71%-
XYZ1.110.534.75-
YUV13.42155.98127.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 63 (25% from 255) = 78.75%
R=16.25%
G=5%
B=78.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal134630.790.9400.75249.1588.0613.14
HexD43F4F5E04Bf958d
Octal15477117136011337113015
Binary110110011111110011111011110010010111111100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,4,63); }

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

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

 a { background-color: rgb(13,4,63); }

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

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

 span { border-color: rgb(13,4,63); }

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