Html Css Color HEX #0B0948 Paua

📋 copy color: '#0B0948'

red 11 ◦ green 9 ◦ blue 72

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

Shades of Paua #0B0948

Tints of Paua #0B0948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 78.26%

R = 11.96%
G = 9.78%
B = 78.26%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0B0948 (or 0x0B0948) is known color: Paua. HEX triplet: 0B, 09 and 48. RGB value is (11,9,72). Sum of RGB (Red+Green+Blue) = 11+9+72=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B0948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0948 is #F4F6B7. Grayscale: #101010. Windows color (decimal): -16053944 or 4720907. OLE color: 4720907.

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

Color convert

RGB 11 9 72 -
CMYK 0.85 0.88 0 0.72
HSL 241.9º 0.78% 0.16% -
HSV(B) 241.9º 0.88% 0.28% -
XYZ 1.41 0.73 6.2 -
YUV 16.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 11 9 72 0.85 0.88 0 0.72 241.9 0.78 0.16
Hex B 9 48 55 58 0 48 F2 4E 10
Octal 13 11 110 125 130 0 110 362 116 20
Binary 1011 1001 1001000 1010101 1011000 0 1001000 11110010 1001110 10000

Color Harmonies of #0B0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0948

Black with #0B0948

Text Example


Text Example

White with #0B0948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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