Html Css Color HEX #090141 Paua

📋 copy color: '#090141'

red 9 ◦ green 1 ◦ blue 65

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

Shades of Paua #090141

Tints of Paua #090141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.33%

 BLUE value IS 65 (25.78% from 255) = 86.67%

R = 12%
G = 1.33%
B = 86.67%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090141 (or 0x090141) is known color: Paua. HEX triplet: 09, 01 and 41. RGB value is (9,1,65). Sum of RGB (Red+Green+Blue) = 9+1+65=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 65 (25.78% from 255 or 86.67% from 75); Max value from RGB is 65 - color contains mainly: blue. Hex color #090141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090141 is #F6FEBE. Grayscale: #0A0A0A. Windows color (decimal): -16187071 or 4260105. OLE color: 4260105.

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

Color convert

RGB 9 1 65 -
CMYK 0.86 0.98 0 0.75
HSL 247.5º 0.97% 0.13% -
HSV(B) 247.5º 0.98% 0.25% -
XYZ 1.08 0.46 5.03 -
YUV 10.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 9 1 65 0.86 0.98 0 0.75 247.5 0.97 0.13
Hex 9 1 41 56 62 0 4B F8 61 D
Octal 11 1 101 126 142 0 113 370 141 15
Binary 1001 1 1000001 1010110 1100010 0 1001011 11111000 1100001 1101

Color Harmonies of #090141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090141

Black with #090141

Text Example


Text Example

White with #090141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090141; }

 p { color: rgb(9,1,65); }

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

background-color css

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

 a { background-color: rgb(9,1,65); }

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

border-color css

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

 span { border-color: rgb(9,1,65); }

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