#0A023A

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

Shades of Tolopea #0A023A

Tints of Tolopea #0A023A

Color information

#0A023A (or 0x0A023A) is unknown color: approx Tolopea. HEX triplet: 0A, 02 and 3A. RGB value is (10,2,58). Sum of RGB (Red+Green+Blue) = 10+2+58=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 58 (23.05% from 255 or 82.86% from 70); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A023A is #F5FDC5. Grayscale: #0A0A0A. Windows color (decimal): -16121286 or 3801610. OLE color: 3801610.

HSL color Cylindrical-coordinate representation of color #0A023A: hue angle of 248.57º 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 #0A023A is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB10258-
CMYK0.830.9700.77
HSL248.57º93.33%11.76%-
HSV(B)248.57º96.55%22.75%-
XYZ0.910.414.03-
YUV10.78154.65127.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.29%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 58 (23.05% from 255) = 82.86%
R=14.29%
G=2.86%
B=82.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal102580.830.9700.77248.5793.3311.76
HexA23A536104Df95dc
Octal12272123141011537113514
Binary10101011101010100111100001010011011111100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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