#0C022F

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

Shades of Tolopea #0C022F

Tints of Tolopea #0C022F

Color information

#0C022F (or 0x0C022F) is unknown color: approx Tolopea. HEX triplet: 0C, 02 and 2F. RGB value is (12,2,47). Sum of RGB (Red+Green+Blue) = 12+2+47=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C022F is #F3FDD0. Grayscale: #090909. Windows color (decimal): -15990225 or 3080716. OLE color: 3080716.

HSL color Cylindrical-coordinate representation of color #0C022F: hue angle of 253.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C022F is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB12247-
CMYK0.740.9600.82
HSL253.33º91.84%9.61%-
HSV(B)253.33º95.74%18.43%-
XYZ0.690.332.72-
YUV10.12148.81129.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.67%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 47 (18.75% from 255) = 77.05%
R=19.67%
G=3.28%
B=77.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal122470.740.9600.82253.3391.849.61
HexC22F4A60052fd5ca
Octal14257112140012237513412
Binary11001010111110010101100000010100101111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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