#0B004A

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

Shades of Paua #0B004A

Tints of Paua #0B004A

Color information

#0B004A (or 0x0B004A) is unknown color: approx Paua. HEX triplet: 0B, 00 and 4A. RGB value is (11,0,74). Sum of RGB (Red+Green+Blue) = 11+0+74=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 74 (29.30% from 255 or 87.06% from 85); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B004A is #F4FFB5. Grayscale: #0B0B0B. Windows color (decimal): -16056246 or 4849675. OLE color: 4849675.

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

Color convert

RGB11074-
CMYK0.85100.71
HSL248.92º100%14.51%-
HSV(B)248.92º100%29.02%-
XYZ1.370.576.52-
YUV11.72163.14127.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 87.06%
R=12.94%
G=0%
B=87.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal110740.85100.71248.9210014.51
HexB04A5564047f964f
Octal130112125144010737114417
Binary10110100101010101011100100010001111111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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