#0B0240

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

Shades of Paua #0B0240

Tints of Paua #0B0240

Color information

#0B0240 (or 0x0B0240) is unknown color: approx Paua. HEX triplet: 0B, 02 and 40. RGB value is (11,2,64). Sum of RGB (Red+Green+Blue) = 11+2+64=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 64 (25.39% from 255 or 83.12% from 77); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B0240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0240 is #F4FDBF. Grayscale: #0B0B0B. Windows color (decimal): -16055744 or 4194827. OLE color: 4194827.

HSL color Cylindrical-coordinate representation of color #0B0240: hue angle of 248.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0240 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB11264-
CMYK0.830.9700.75
HSL248.71º93.94%12.94%-
HSV(B)248.71º96.88%25.1%-
XYZ1.090.484.89-
YUV11.76157.48127.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.29%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 64 (25.39% from 255) = 83.12%
R=14.29%
G=2.60%
B=83.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal112640.830.9700.75248.7193.9412.94
HexB240536104Bf95ed
Octal132100123141011337113615
Binary101110100000010100111100001010010111111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,64); }

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

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

 a { background-color: rgb(11,2,64); }

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

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

 span { border-color: rgb(11,2,64); }

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