Html Css Color HEX #0A0349 Paua

📋 copy color: '#0A0349'

red 10 ◦ green 3 ◦ blue 73

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

Shades of Paua #0A0349

Tints of Paua #0A0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.49%

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

R = 11.63%
G = 3.49%
B = 84.88%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A0349 (or 0x0A0349) is known color: Paua. HEX triplet: 0A, 03 and 49. RGB value is (10,3,73). Sum of RGB (Red+Green+Blue) = 10+3+73=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 73 (28.91% from 255 or 84.88% from 86); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A0349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0349 is #F5FCB6. Grayscale: #0C0C0C. Windows color (decimal): -16121015 or 4784906. OLE color: 4784906.

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

Color convert

RGB 10 3 73 -
CMYK 0.86 0.96 0 0.71
HSL 246º 0.92% 0.15% -
HSV(B) 246º 0.96% 0.29% -
XYZ 1.36 0.61 6.35 -
YUV 13.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 10 3 73 0.86 0.96 0 0.71 246 0.92 0.15
Hex A 3 49 56 60 0 47 F6 5C F
Octal 12 3 111 126 140 0 107 366 134 17
Binary 1010 11 1001001 1010110 1100000 0 1000111 11110110 1011100 1111

Color Harmonies of #0A0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0349

Black with #0A0349

Text Example


Text Example

White with #0A0349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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