#0D053A

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

Shades of Tolopea #0D053A

Tints of Tolopea #0D053A

Color information

#0D053A (or 0x0D053A) is unknown color: approx Tolopea. HEX triplet: 0D, 05 and 3A. RGB value is (13,5,58). Sum of RGB (Red+Green+Blue) = 13+5+58=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 58 (23.05% from 255 or 76.32% from 76); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D053A is #F2FAC5. Grayscale: #0D0D0D. Windows color (decimal): -15923910 or 3802381. OLE color: 3802381.

HSL color Cylindrical-coordinate representation of color #0D053A: hue angle of 249.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D053A is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB13558-
CMYK0.780.9100.77
HSL249.06º84.13%12.35%-
HSV(B)249.06º91.38%22.75%-
XYZ0.980.54.05-
YUV13.43153.15127.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 58 (23.05% from 255) = 76.32%
R=17.11%
G=6.58%
B=76.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal135580.780.9100.77249.0684.1312.35
HexD53A4E5B04Df954c
Octal15572116133011537112414
Binary110110111101010011101011011010011011111100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,5,58); }

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

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

 a { background-color: rgb(13,5,58); }

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

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

 span { border-color: rgb(13,5,58); }

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