Html Css Color HEX #090045 Paua

📋 copy color: '#090045'

red 9 ◦ green 0 ◦ blue 69

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

Shades of Paua #090045

Tints of Paua #090045

RGB

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

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

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

R = 11.54%
G = 0%
B = 88.46%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#090045 (or 0x090045) is known color: Paua. HEX triplet: 09, 00 and 45. RGB value is (9,0,69). Sum of RGB (Red+Green+Blue) = 9+0+69=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #090045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090045 is #F6FFBA. Grayscale: #0A0A0A. Windows color (decimal): -16187323 or 4521993. OLE color: 4521993.

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

Color convert

RGB 9 0 69 -
CMYK 0.87 1 0 0.73
HSL 247.83º 1% 0.14% -
HSV(B) 247.83º 1% 0.27% -
XYZ 1.19 0.49 5.66 -
YUV 10.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 9 0 69 0.87 1 0 0.73 247.83 1 0.14
Hex 9 0 45 57 64 0 49 F8 64 E
Octal 11 0 105 127 144 0 111 370 144 16
Binary 1001 0 1000101 1010111 1100100 0 1001001 11111000 1100100 1110

Color Harmonies of #090045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090045

Black with #090045

Text Example


Text Example

White with #090045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090045; }

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

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

background-color css

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

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

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

border-color css

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

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

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