#0C023C

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

Shades of Tolopea #0C023C

Tints of Tolopea #0C023C

Color information

#0C023C (or 0x0C023C) is unknown color: approx Tolopea. HEX triplet: 0C, 02 and 3C. RGB value is (12,2,60). Sum of RGB (Red+Green+Blue) = 12+2+60=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 60 (23.83% from 255 or 81.08% from 74); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C023C is #F3FDC3. Grayscale: #0B0B0B. Windows color (decimal): -15990212 or 3932684. OLE color: 3932684.

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

Color convert

RGB12260-
CMYK0.800.9700.76
HSL250.34º93.55%12.16%-
HSV(B)250.34º96.67%23.53%-
XYZ0.990.454.31-
YUV11.6155.31128.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 60 (23.83% from 255) = 81.08%
R=16.22%
G=2.70%
B=81.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal122600.800.9700.76250.3493.5512.16
HexC23C506104Cfa5ec
Octal14274120141011437213614
Binary11001011110010100001100001010011001111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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