Html Css Color HEX #0B0949 Paua

📋 copy color: '#0B0949'

red 11 ◦ green 9 ◦ blue 73

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

Shades of Paua #0B0949

Tints of Paua #0B0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 11.83%
G = 9.68%
B = 78.49%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B0949 (or 0x0B0949) is known color: Paua. HEX triplet: 0B, 09 and 49. RGB value is (11,9,73). Sum of RGB (Red+Green+Blue) = 11+9+73=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B0949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0949 is #F4F6B6. Grayscale: #101010. Windows color (decimal): -16053943 or 4786443. OLE color: 4786443.

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

Color convert

RGB 11 9 73 -
CMYK 0.85 0.88 0 0.71
HSL 241.88º 0.78% 0.16% -
HSV(B) 241.88º 0.88% 0.29% -
XYZ 1.44 0.75 6.37 -
YUV 16.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 11 9 73 0.85 0.88 0 0.71 241.88 0.78 0.16
Hex B 9 49 55 58 0 47 F2 4E 10
Octal 13 11 111 125 130 0 107 362 116 20
Binary 1011 1001 1001001 1010101 1011000 0 1000111 11110010 1001110 10000

Color Harmonies of #0B0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0949

Black with #0B0949

Text Example


Text Example

White with #0B0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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