#0A003E

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

Shades of Tolopea #0A003E

Tints of Tolopea #0A003E

Color information

#0A003E (or 0x0A003E) is unknown color: approx Tolopea. HEX triplet: 0A, 00 and 3E. RGB value is (10,0,62). Sum of RGB (Red+Green+Blue) = 10+0+62=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 62 (24.61% from 255 or 86.11% from 72); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A003E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A003E is #F5FFC1. Grayscale: #090909. Windows color (decimal): -16121794 or 4063242. OLE color: 4063242.

HSL color Cylindrical-coordinate representation of color #0A003E: hue angle of 249.68º 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 #0A003E is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB10062-
CMYK0.84100.76
HSL249.68º100%12.16%-
HSV(B)249.68º100%24.31%-
XYZ0.990.414.58-
YUV10.06157.31127.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 86.11%
R=13.89%
G=0%
B=86.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal100620.84100.76249.6810012.16
HexA03E546404Cfa64c
Octal12076124144011437214414
Binary1010011111010101001100100010011001111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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