#0C023E

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

Shades of Tolopea #0C023E

Tints of Tolopea #0C023E

Color information

#0C023E (or 0x0C023E) is unknown color: approx Tolopea. HEX triplet: 0C, 02 and 3E. RGB value is (12,2,62). Sum of RGB (Red+Green+Blue) = 12+2+62=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C023E is #F3FDC1. Grayscale: #0B0B0B. Windows color (decimal): -15990210 or 4063756. OLE color: 4063756.

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

Color convert

RGB12262-
CMYK0.810.9700.76
HSL250º93.75%12.55%-
HSV(B)250º96.77%24.31%-
XYZ1.040.474.59-
YUV11.83156.31128.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 62 (24.61% from 255) = 81.58%
R=15.79%
G=2.63%
B=81.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal122620.810.9700.7625093.7512.55
HexC23E516104Cfa5ed
Octal14276121141011437213615
Binary11001011111010100011100001010011001111101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,2,62); }

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

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

 a { background-color: rgb(12,2,62); }

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

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

 span { border-color: rgb(12,2,62); }

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