Html Css Color HEX #090042 Paua

📋 copy color: '#090042'

red 9 ◦ green 0 ◦ blue 66

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

Shades of Paua #090042

Tints of Paua #090042

RGB

 RED value IS 9 (3.91% from 255) = 12%

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

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

R = 12%
G = 0%
B = 88%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#090042 (or 0x090042) is known color: Paua. HEX triplet: 09, 00 and 42. RGB value is (9,0,66). Sum of RGB (Red+Green+Blue) = 9+0+66=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 66 (26.17% from 255 or 88% from 75); Max value from RGB is 66 - color contains mainly: blue. Hex color #090042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090042 is #F6FFBD. Grayscale: #090909. Windows color (decimal): -16187326 or 4325385. OLE color: 4325385.

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

Color convert

RGB 9 0 66 -
CMYK 0.86 1 0 0.74
HSL 248.18º 1% 0.13% -
HSV(B) 248.18º 1% 0.26% -
XYZ 1.1 0.45 5.18 -
YUV 10.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 9 0 66 0.86 1 0 0.74 248.18 1 0.13
Hex 9 0 42 56 64 0 4A F8 64 D
Octal 11 0 102 126 144 0 112 370 144 15
Binary 1001 0 1000010 1010110 1100100 0 1001010 11111000 1100100 1101

Color Harmonies of #090042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090042

Black with #090042

Text Example


Text Example

White with #090042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090042; }

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

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

background-color css

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

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

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

border-color css

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

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

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