Html Css Color HEX #090545 Paua

📋 copy color: '#090545'

red 9 ◦ green 5 ◦ blue 69

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

Shades of Paua #090545

Tints of Paua #090545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.02%

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

R = 10.84%
G = 6.02%
B = 83.13%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#090545 (or 0x090545) is known color: Paua. HEX triplet: 09, 05 and 45. RGB value is (9,5,69). Sum of RGB (Red+Green+Blue) = 9+5+69=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #090545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090545 is #F6FABA. Grayscale: #0D0D0D. Windows color (decimal): -16186043 or 4523273. OLE color: 4523273.

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

Color convert

RGB 9 5 69 -
CMYK 0.87 0.93 0 0.73
HSL 243.75º 0.86% 0.15% -
HSV(B) 243.75º 0.93% 0.27% -
XYZ 1.24 0.6 5.68 -
YUV 13.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 9 5 69 0.87 0.93 0 0.73 243.75 0.86 0.15
Hex 9 5 45 57 5D 0 49 F4 56 F
Octal 11 5 105 127 135 0 111 364 126 17
Binary 1001 101 1000101 1010111 1011101 0 1001001 11110100 1010110 1111

Color Harmonies of #090545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090545

Black with #090545

Text Example


Text Example

White with #090545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090545; }

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

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

background-color css

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

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

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

border-color css

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

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

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