Html Css Color HEX #0A0548 Paua

📋 copy color: '#0A0548'

red 10 ◦ green 5 ◦ blue 72

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

Shades of Paua #0A0548

Tints of Paua #0A0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.75%

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

R = 11.49%
G = 5.75%
B = 82.76%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A0548 (or 0x0A0548) is known color: Paua. HEX triplet: 0A, 05 and 48. RGB value is (10,5,72). Sum of RGB (Red+Green+Blue) = 10+5+72=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A0548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0548 is #F5FAB7. Grayscale: #0D0D0D. Windows color (decimal): -16120504 or 4719882. OLE color: 4719882.

HSL color Cylindrical-coordinate representation of color #0A0548: hue angle of 244.48º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0548 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 5 72 -
CMYK 0.86 0.93 0 0.72
HSL 244.48º 0.87% 0.15% -
HSV(B) 244.48º 0.93% 0.28% -
XYZ 1.35 0.64 6.18 -
YUV 14.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 10 5 72 0.86 0.93 0 0.72 244.48 0.87 0.15
Hex A 5 48 56 5D 0 48 F4 57 F
Octal 12 5 110 126 135 0 110 364 127 17
Binary 1010 101 1001000 1010110 1011101 0 1001000 11110100 1010111 1111

Color Harmonies of #0A0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0548

Black with #0A0548

Text Example


Text Example

White with #0A0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,5,72); }

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

background-color css

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

 a { background-color: rgb(10,5,72); }

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

border-color css

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

 span { border-color: rgb(10,5,72); }

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