#0b054a

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

Shades of Paua #0B054A

Tints of Paua #0B054A

Color information

#0B054A (or 0x0B054A) is unknown color: approx Paua. HEX triplet: 0B, 05 and 4A. RGB value is (11,5,74). Sum of RGB (Red+Green+Blue) = 11+5+74=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B054A is #F4FAB5. Grayscale: #0E0E0E. Windows color (decimal): -16054966 or 4850955. OLE color: 4850955.

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

Color convert

RGB11574-
CMYK0.850.9300.71
HSL245.22º87.34%15.49%-
HSV(B)245.22º93.24%29.02%-
XYZ1.430.676.53-
YUV14.66161.49125.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.22%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 74 (29.30% from 255) = 82.22%
R=12.22%
G=5.56%
B=82.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal115740.850.9300.71245.2287.3415.49
HexB54A555D047f557f
Octal135112125135010736512717
Binary1011101100101010101011011101010001111111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b054a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,74); }

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

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

 a { background-color: rgb(11,5,74); }

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

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

 span { border-color: rgb(11,5,74); }

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