#0C0147

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

Shades of Paua #0C0147

Tints of Paua #0C0147

Color information

#0C0147 (or 0x0C0147) is unknown color: approx Paua. HEX triplet: 0C, 01 and 47. RGB value is (12,1,71). Sum of RGB (Red+Green+Blue) = 12+1+71=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #0C0147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0147 is #F3FEB8. Grayscale: #0C0C0C. Windows color (decimal): -15990457 or 4653324. OLE color: 4653324.

HSL color Cylindrical-coordinate representation of color #0C0147: hue angle of 249.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0147 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB12171-
CMYK0.830.9900.72
HSL249.43º97.22%14.12%-
HSV(B)249.43º98.59%27.84%-
XYZ1.30.556-
YUV12.27161.14127.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 71 (28.12% from 255) = 84.52%
R=14.29%
G=1.19%
B=84.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal121710.830.9900.72249.4397.2214.12
HexC1475363048f961e
Octal141107123143011037114116
Binary11001100011110100111100011010010001111100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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