#0C054B

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

Shades of Paua #0C054B

Tints of Paua #0C054B

Color information

#0C054B (or 0x0C054B) is unknown color: approx Paua. HEX triplet: 0C, 05 and 4B. RGB value is (12,5,75). Sum of RGB (Red+Green+Blue) = 12+5+75=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C054B is #F3FAB4. Grayscale: #0E0E0E. Windows color (decimal): -15989429 or 4916492. OLE color: 4916492.

HSL color Cylindrical-coordinate representation of color #0C054B: hue angle of 246º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C054B is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12575-
CMYK0.840.9300.71
HSL246º87.5%15.69%-
HSV(B)246º93.33%29.41%-
XYZ1.480.696.71-
YUV15.07161.82125.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 75 (29.69% from 255) = 81.52%
R=13.04%
G=5.43%
B=81.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal125750.840.9300.7124687.515.69
HexC54B545D047f65810
Octal145113124135010736613020
Binary11001011001011101010010111010100011111110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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