#0C0148

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

Shades of Paua #0C0148

Tints of Paua #0C0148

Color information

#0C0148 (or 0x0C0148) is unknown color: approx Paua. HEX triplet: 0C, 01 and 48. RGB value is (12,1,72). Sum of RGB (Red+Green+Blue) = 12+1+72=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #0C0148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0148 is #F3FEB7. Grayscale: #0C0C0C. Windows color (decimal): -15990456 or 4718860. OLE color: 4718860.

HSL color Cylindrical-coordinate representation of color #0C0148: hue angle of 249.3º 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 #0C0148 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB12172-
CMYK0.830.9900.72
HSL249.3º97.26%14.31%-
HSV(B)249.3º98.61%28.24%-
XYZ1.330.576.17-
YUV12.38161.64127.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.12%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 72 (28.52% from 255) = 84.71%
R=14.12%
G=1.18%
B=84.71%

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
Decimal121720.830.9900.72249.397.2614.31
HexC1485363048f961e
Octal141110123143011037114116
Binary11001100100010100111100011010010001111100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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