#0C0248

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

Shades of Paua #0C0248

Tints of Paua #0C0248

Color information

#0C0248 (or 0x0C0248) is unknown color: approx Paua. HEX triplet: 0C, 02 and 48. RGB value is (12,2,72). Sum of RGB (Red+Green+Blue) = 12+2+72=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #0C0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0248 is #F3FDB7. Grayscale: #0C0C0C. Windows color (decimal): -15990200 or 4719116. OLE color: 4719116.

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

Color convert

RGB12272-
CMYK0.830.9700.72
HSL248.57º94.59%14.51%-
HSV(B)248.57º97.22%28.24%-
XYZ1.340.596.17-
YUV12.97161.31127.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.95%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 72 (28.52% from 255) = 83.72%
R=13.95%
G=2.33%
B=83.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal122720.830.9700.72248.5794.5914.51
HexC2485361048f95ff
Octal142110123141011037113717
Binary110010100100010100111100001010010001111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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