Html Css Color HEX #0A0849 Paua

📋 copy color: '#0A0849'

red 10 ◦ green 8 ◦ blue 73

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

Shades of Paua #0A0849

Tints of Paua #0A0849

RGB

 RED value IS 10 (4.3% from 255) = 10.99%

 GREEN value IS 8 (3.52% from 255) = 8.79%

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

R = 10.99%
G = 8.79%
B = 80.22%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A0849 (or 0x0A0849) is known color: Paua. HEX triplet: 0A, 08 and 49. RGB value is (10,8,73). Sum of RGB (Red+Green+Blue) = 10+8+73=91 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.99% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A0849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0849 is #F5F7B6. Grayscale: #0F0F0F. Windows color (decimal): -16119735 or 4786186. OLE color: 4786186.

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

Color convert

RGB 10 8 73 -
CMYK 0.86 0.89 0 0.71
HSL 241.85º 0.8% 0.16% -
HSV(B) 241.85º 0.89% 0.29% -
XYZ 1.41 0.72 6.37 -
YUV 16.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 10 8 73 0.86 0.89 0 0.71 241.85 0.8 0.16
Hex A 8 49 56 59 0 47 F2 50 10
Octal 12 10 111 126 131 0 107 362 120 20
Binary 1010 1000 1001001 1010110 1011001 0 1000111 11110010 1010000 10000

Color Harmonies of #0A0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0849

Black with #0A0849

Text Example


Text Example

White with #0A0849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,8,73); }

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

background-color css

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

 a { background-color: rgb(10,8,73); }

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

border-color css

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

 span { border-color: rgb(10,8,73); }

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