Html Css Color HEX #0A084A Paua

📋 copy color: '#0A084A'

red 10 ◦ green 8 ◦ blue 74

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

Shades of Paua #0A084A

Tints of Paua #0A084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 80.43%

R = 10.87%
G = 8.7%
B = 80.43%

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

#0A084A (or 0x0A084A) is known color: Paua. HEX triplet: 0A, 08 and 4A. RGB value is (10,8,74). Sum of RGB (Red+Green+Blue) = 10+8+74=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 74 (29.30% from 255 or 80.43% from 92); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A084A is #F5F7B5. Grayscale: #0F0F0F. Windows color (decimal): -16119734 or 4851722. OLE color: 4851722.

HSL color Cylindrical-coordinate representation of color #0A084A: hue angle of 241.82º 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 #0A084A is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 8 74 -
CMYK 0.86 0.89 0 0.71
HSL 241.82º 0.8% 0.16% -
HSV(B) 241.82º 0.89% 0.29% -
XYZ 1.45 0.73 6.54 -
YUV 16.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 10 8 74 0.86 0.89 0 0.71 241.82 0.8 0.16
Hex A 8 4A 56 59 0 47 F2 50 10
Octal 12 10 112 126 131 0 107 362 120 20
Binary 1010 1000 1001010 1010110 1011001 0 1000111 11110010 1010000 10000

Color Harmonies of #0A084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A084A

Black with #0A084A

Text Example


Text Example

White with #0A084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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