#0D023A

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

Shades of Tolopea #0D023A

Tints of Tolopea #0D023A

Color information

#0D023A (or 0x0D023A) is unknown color: approx Tolopea. HEX triplet: 0D, 02 and 3A. RGB value is (13,2,58). Sum of RGB (Red+Green+Blue) = 13+2+58=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 58 (23.05% from 255 or 79.45% from 73); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D023A is #F2FDC5. Grayscale: #0B0B0B. Windows color (decimal): -15924678 or 3801613. OLE color: 3801613.

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

Color convert

RGB13258-
CMYK0.780.9700.77
HSL251.79º93.33%11.76%-
HSV(B)251.79º96.55%22.75%-
XYZ0.950.434.04-
YUV11.67154.14128.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.81%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 58 (23.05% from 255) = 79.45%
R=17.81%
G=2.74%
B=79.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal132580.780.9700.77251.7993.3311.76
HexD23A4E6104Dfc5dc
Octal15272116141011537413514
Binary11011011101010011101100001010011011111110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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