Html Css Color HEX #090040 Paua

📋 copy color: '#090040'

red 9 ◦ green 0 ◦ blue 64

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

Shades of Paua #090040

Tints of Paua #090040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 87.67%

R = 12.33%
G = 0%
B = 87.67%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090040 (or 0x090040) is known color: Paua. HEX triplet: 09, 00 and 40. RGB value is (9,0,64). Sum of RGB (Red+Green+Blue) = 9+0+64=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 64 (25.39% from 255 or 87.67% from 73); Max value from RGB is 64 - color contains mainly: blue. Hex color #090040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090040 is #F6FFBF. Grayscale: #090909. Windows color (decimal): -16187328 or 4194313. OLE color: 4194313.

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

Color convert

RGB 9 0 64 -
CMYK 0.86 1 0 0.75
HSL 248.44º 1% 0.13% -
HSV(B) 248.44º 1% 0.25% -
XYZ 1.04 0.43 4.88 -
YUV 9.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 9 0 64 0.86 1 0 0.75 248.44 1 0.13
Hex 9 0 40 56 64 0 4B F8 64 D
Octal 11 0 100 126 144 0 113 370 144 15
Binary 1001 0 1000000 1010110 1100100 0 1001011 11111000 1100100 1101

Color Harmonies of #090040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090040

Black with #090040

Text Example


Text Example

White with #090040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090040; }

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

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

background-color css

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

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

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

border-color css

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

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

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