#0C053E

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

Shades of Paua #0C053E

Tints of Paua #0C053E

Color information

#0C053E (or 0x0C053E) is unknown color: approx Paua. HEX triplet: 0C, 05 and 3E. RGB value is (12,5,62). Sum of RGB (Red+Green+Blue) = 12+5+62=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 62 (24.61% from 255 or 78.48% from 79); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C053E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C053E is #F3FAC1. Grayscale: #0D0D0D. Windows color (decimal): -15989442 or 4064524. OLE color: 4064524.

HSL color Cylindrical-coordinate representation of color #0C053E: hue angle of 247.37º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C053E is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB12562-
CMYK0.810.9200.76
HSL247.37º85.07%13.14%-
HSV(B)247.37º91.94%24.31%-
XYZ1.080.534.6-
YUV13.59155.32126.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 62 (24.61% from 255) = 78.48%
R=15.19%
G=6.33%
B=78.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal125620.810.9200.76247.3785.0713.14
HexC53E515C04Cf755d
Octal14576121134011436712515
Binary110010111111010100011011100010011001111011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,62); }

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

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

 a { background-color: rgb(12,5,62); }

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

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

 span { border-color: rgb(12,5,62); }

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