#0C0138

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

Shades of Tolopea #0C0138

Tints of Tolopea #0C0138

Color information

#0C0138 (or 0x0C0138) is unknown color: approx Tolopea. HEX triplet: 0C, 01 and 38. RGB value is (12,1,56). Sum of RGB (Red+Green+Blue) = 12+1+56=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C0138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0138 is #F3FEC7. Grayscale: #0A0A0A. Windows color (decimal): -15990472 or 3670284. OLE color: 3670284.

HSL color Cylindrical-coordinate representation of color #0C0138: hue angle of 252º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0138 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB12156-
CMYK0.790.9800.78
HSL252º96.49%11.18%-
HSV(B)252º98.21%21.96%-
XYZ0.880.393.77-
YUV10.56153.64129.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.39%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 56 (22.27% from 255) = 81.16%
R=17.39%
G=1.45%
B=81.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal121560.790.9800.7825296.4911.18
HexC1384F6204Efc60b
Octal14170117142011637414013
Binary1100111100010011111100010010011101111110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,56); }

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

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

 a { background-color: rgb(12,1,56); }

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

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

 span { border-color: rgb(12,1,56); }

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