#0A003D

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

Shades of Tolopea #0A003D

Tints of Tolopea #0A003D

Color information

#0A003D (or 0x0A003D) is unknown color: approx Tolopea. HEX triplet: 0A, 00 and 3D. RGB value is (10,0,61). Sum of RGB (Red+Green+Blue) = 10+0+61=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 61 (24.22% from 255 or 85.92% from 71); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A003D is #F5FFC2. Grayscale: #090909. Windows color (decimal): -16121795 or 3997706. OLE color: 3997706.

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

Color convert

RGB10061-
CMYK0.84100.76
HSL249.84º100%11.96%-
HSV(B)249.84º100%23.92%-
XYZ0.970.44.44-
YUV9.94156.81128.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 85.92%
R=14.08%
G=0%
B=85.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal100610.84100.76249.8410011.96
HexA03D546404Cfa64c
Octal12075124144011437214414
Binary1010011110110101001100100010011001111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,0,61); }

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

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

 a { background-color: rgb(10,0,61); }

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

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

 span { border-color: rgb(10,0,61); }

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