#0C0241

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

Shades of Paua #0C0241

Tints of Paua #0C0241

Color information

#0C0241 (or 0x0C0241) is unknown color: approx Paua. HEX triplet: 0C, 02 and 41. RGB value is (12,2,65). Sum of RGB (Red+Green+Blue) = 12+2+65=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 65 (25.78% from 255 or 82.28% from 79); Max value from RGB is 65 - color contains mainly: blue. Hex color #0C0241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0241 is #F3FDBE. Grayscale: #0B0B0B. Windows color (decimal): -15990207 or 4260364. OLE color: 4260364.

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

Color convert

RGB12265-
CMYK0.820.9700.75
HSL249.52º94.03%13.14%-
HSV(B)249.52º96.92%25.49%-
XYZ1.130.55.04-
YUV12.17157.81127.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 65 (25.78% from 255) = 82.28%
R=15.19%
G=2.53%
B=82.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal122650.820.9700.75249.5294.0313.14
HexC241526104Bfa5ed
Octal142101122141011337213615
Binary110010100000110100101100001010010111111101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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