#0D023D

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

Shades of Tolopea #0D023D

Tints of Tolopea #0D023D

Color information

#0D023D (or 0x0D023D) is unknown color: approx Tolopea. HEX triplet: 0D, 02 and 3D. RGB value is (13,2,61). Sum of RGB (Red+Green+Blue) = 13+2+61=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 61 (24.22% from 255 or 80.26% from 76); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D023D is #F2FDC2. Grayscale: #0B0B0B. Windows color (decimal): -15924675 or 3998221. OLE color: 3998221.

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

Color convert

RGB13261-
CMYK0.790.9700.76
HSL251.19º93.65%12.35%-
HSV(B)251.19º96.72%23.92%-
XYZ1.030.474.45-
YUV12.02155.64128.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 61 (24.22% from 255) = 80.26%
R=17.11%
G=2.63%
B=80.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal132610.790.9700.76251.1993.6512.35
HexD23D4F6104Cfb5ec
Octal15275117141011437313614
Binary11011011110110011111100001010011001111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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