#0B0248

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

Shades of Paua #0B0248

Tints of Paua #0B0248

Color information

#0B0248 (or 0x0B0248) is unknown color: approx Paua. HEX triplet: 0B, 02 and 48. RGB value is (11,2,72). Sum of RGB (Red+Green+Blue) = 11+2+72=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0248 is #F4FDB7. Grayscale: #0C0C0C. Windows color (decimal): -16055736 or 4719115. OLE color: 4719115.

HSL color Cylindrical-coordinate representation of color #0B0248: hue angle of 247.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0248 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB11272-
CMYK0.850.9700.72
HSL247.71º94.59%14.51%-
HSV(B)247.71º97.22%28.24%-
XYZ1.330.586.17-
YUV12.67161.48126.81-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.94%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 72 (28.52% from 255) = 84.71%
R=12.94%
G=2.35%
B=84.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal112720.850.9700.72247.7194.5914.51
HexB2485561048f85ff
Octal132110125141011037013717
Binary101110100100010101011100001010010001111100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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