Html Css Color HEX #0B0049 Paua

📋 copy color: '#0B0049'

red 11 ◦ green 0 ◦ blue 73

#0B0049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #0B0049

Tints of Paua #0B0049

RGB

 RED value IS 11 (4.69% from 255) = 13.1%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 86.9%

R = 13.1%
G = 0%
B = 86.9%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B0049 (or 0x0B0049) is known color: Paua. HEX triplet: 0B, 00 and 49. RGB value is (11,0,73). Sum of RGB (Red+Green+Blue) = 11+0+73=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B0049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0049 is #F4FFB6. Grayscale: #0B0B0B. Windows color (decimal): -16056247 or 4784139. OLE color: 4784139.

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

Color convert

RGB 11 0 73 -
CMYK 0.85 1 0 0.71
HSL 249.04º 1% 0.14% -
HSV(B) 249.04º 1% 0.29% -
XYZ 1.34 0.55 6.34 -
YUV 11.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 11 0 73 0.85 1 0 0.71 249.04 1 0.14
Hex B 0 49 55 64 0 47 F9 64 E
Octal 13 0 111 125 144 0 107 371 144 16
Binary 1011 0 1001001 1010101 1100100 0 1000111 11111001 1100100 1110

Color Harmonies of #0B0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0049

Black with #0B0049

Text Example


Text Example

White with #0B0049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B0049;
 }
 .AnyTagClassName
 {
   color: #0B0049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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