Html Css Color HEX #0A0042 Paua

📋 copy color: '#0A0042'

red 10 ◦ green 0 ◦ blue 66

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

Shades of Paua #0A0042

Tints of Paua #0A0042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 86.84%

R = 13.16%
G = 0%
B = 86.84%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#0A0042 (or 0x0A0042) is known color: Paua. HEX triplet: 0A, 00 and 42. RGB value is (10,0,66). Sum of RGB (Red+Green+Blue) = 10+0+66=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 66 (26.17% from 255 or 86.84% from 76); Max value from RGB is 66 - color contains mainly: blue. Hex color #0A0042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0042 is #F5FFBD. Grayscale: #0A0A0A. Windows color (decimal): -16121790 or 4325386. OLE color: 4325386.

HSL color Cylindrical-coordinate representation of color #0A0042: hue angle of 249.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0042 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 0 66 -
CMYK 0.85 1 0 0.74
HSL 249.09º 1% 0.13% -
HSV(B) 249.09º 1% 0.26% -
XYZ 1.11 0.46 5.18 -
YUV 10.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 10 0 66 0.85 1 0 0.74 249.09 1 0.13
Hex A 0 42 55 64 0 4A F9 64 D
Octal 12 0 102 125 144 0 112 371 144 15
Binary 1010 0 1000010 1010101 1100100 0 1001010 11111001 1100100 1101

Color Harmonies of #0A0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0042

Black with #0A0042

Text Example


Text Example

White with #0A0042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,66); }

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

background-color css

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

 a { background-color: rgb(10,0,66); }

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

border-color css

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

 span { border-color: rgb(10,0,66); }

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