Html Css Color HEX #090048 Paua

📋 copy color: '#090048'

red 9 ◦ green 0 ◦ blue 72

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

Shades of Paua #090048

Tints of Paua #090048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 88.89%

R = 11.11%
G = 0%
B = 88.89%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#090048 (or 0x090048) is known color: Paua. HEX triplet: 09, 00 and 48. RGB value is (9,0,72). Sum of RGB (Red+Green+Blue) = 9+0+72=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #090048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090048 is #F6FFB7. Grayscale: #0A0A0A. Windows color (decimal): -16187320 or 4718601. OLE color: 4718601.

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

Color convert

RGB 9 0 72 -
CMYK 0.88 1 0 0.72
HSL 247.5º 1% 0.14% -
HSV(B) 247.5º 1% 0.28% -
XYZ 1.28 0.53 6.16 -
YUV 10.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 9 0 72 0.88 1 0 0.72 247.5 1 0.14
Hex 9 0 48 58 64 0 48 F8 64 E
Octal 11 0 110 130 144 0 110 370 144 16
Binary 1001 0 1001000 1011000 1100100 0 1001000 11111000 1100100 1110

Color Harmonies of #090048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090048

Black with #090048

Text Example


Text Example

White with #090048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090048; }

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

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

background-color css

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

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

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

border-color css

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

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

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