#0D043E

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

Shades of Tolopea #0D043E

Tints of Tolopea #0D043E

Color information

#0D043E (or 0x0D043E) is unknown color: approx Tolopea. HEX triplet: 0D, 04 and 3E. RGB value is (13,4,62). Sum of RGB (Red+Green+Blue) = 13+4+62=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 62 (24.61% from 255 or 78.48% from 79); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D043E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D043E is #F2FBC1. Grayscale: #0D0D0D. Windows color (decimal): -15924162 or 4064269. OLE color: 4064269.

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

Color convert

RGB13462-
CMYK0.790.9400.76
HSL249.31º87.88%12.94%-
HSV(B)249.31º93.55%24.31%-
XYZ1.080.524.6-
YUV13.3155.48127.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.46%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 62 (24.61% from 255) = 78.48%
R=16.46%
G=5.06%
B=78.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal134620.790.9400.76249.3187.8812.94
HexD43E4F5E04Cf958d
Octal15476117136011437113015
Binary110110011111010011111011110010011001111100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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