#0C0348

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

Shades of Paua #0C0348

Tints of Paua #0C0348

Color information

#0C0348 (or 0x0C0348) is unknown color: approx Paua. HEX triplet: 0C, 03 and 48. RGB value is (12,3,72). Sum of RGB (Red+Green+Blue) = 12+3+72=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #0C0348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0348 is #F3FCB7. Grayscale: #0D0D0D. Windows color (decimal): -15989944 or 4719372. OLE color: 4719372.

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

Color convert

RGB12372-
CMYK0.830.9600.72
HSL247.83º92%14.71%-
HSV(B)247.83º95.83%28.24%-
XYZ1.350.616.18-
YUV13.56160.98126.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.79%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 72 (28.52% from 255) = 82.76%
R=13.79%
G=3.45%
B=82.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal123720.830.9600.72247.839214.71
HexC3485360048f85cf
Octal143110123140011037013417
Binary110011100100010100111100000010010001111100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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