Html Css Color HEX #090345 Paua

📋 copy color: '#090345'

red 9 ◦ green 3 ◦ blue 69

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

Shades of Paua #090345

Tints of Paua #090345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.7%

 BLUE value IS 69 (27.34% from 255) = 85.19%

R = 11.11%
G = 3.7%
B = 85.19%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#090345 (or 0x090345) is known color: Paua. HEX triplet: 09, 03 and 45. RGB value is (9,3,69). Sum of RGB (Red+Green+Blue) = 9+3+69=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 69 (27.34% from 255 or 85.19% from 81); Max value from RGB is 69 - color contains mainly: blue. Hex color #090345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090345 is #F6FCBA. Grayscale: #0C0C0C. Windows color (decimal): -16186555 or 4522761. OLE color: 4522761.

HSL color Cylindrical-coordinate representation of color #090345: hue angle of 245.45º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090345 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 3 69 -
CMYK 0.87 0.96 0 0.73
HSL 245.45º 0.92% 0.14% -
HSV(B) 245.45º 0.96% 0.27% -
XYZ 1.22 0.55 5.67 -
YUV 12.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 9 3 69 0.87 0.96 0 0.73 245.45 0.92 0.14
Hex 9 3 45 57 60 0 49 F5 5C E
Octal 11 3 105 127 140 0 111 365 134 16
Binary 1001 11 1000101 1010111 1100000 0 1001001 11110101 1011100 1110

Color Harmonies of #090345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090345

Black with #090345

Text Example


Text Example

White with #090345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090345; }

 p { color: rgb(9,3,69); }

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

background-color css

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

 a { background-color: rgb(9,3,69); }

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

border-color css

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

 span { border-color: rgb(9,3,69); }

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