#0C033A

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

Shades of Tolopea #0C033A

Tints of Tolopea #0C033A

Color information

#0C033A (or 0x0C033A) is unknown color: approx Tolopea. HEX triplet: 0C, 03 and 3A. RGB value is (12,3,58). Sum of RGB (Red+Green+Blue) = 12+3+58=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 3 (1.56% from 255 or 4.11% 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 #0C033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C033A is #F3FCC5. Grayscale: #0B0B0B. Windows color (decimal): -15989958 or 3801868. OLE color: 3801868.

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

Color convert

RGB12358-
CMYK0.790.9500.77
HSL249.82º90.16%11.96%-
HSV(B)249.82º94.83%22.75%-
XYZ0.950.454.04-
YUV11.96153.98128.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 58 (23.05% from 255) = 79.45%
R=16.44%
G=4.11%
B=79.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal123580.790.9500.77249.8290.1611.96
HexC33A4F5F04Dfa5ac
Octal14372117137011537213214
Binary11001111101010011111011111010011011111101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,58); }

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

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

 a { background-color: rgb(12,3,58); }

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

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

 span { border-color: rgb(12,3,58); }

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