Html Css Color HEX #090548 Paua

📋 copy color: '#090548'

red 9 ◦ green 5 ◦ blue 72

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

Shades of Paua #090548

Tints of Paua #090548

RGB

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

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

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

R = 10.47%
G = 5.81%
B = 83.72%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#090548 (or 0x090548) is known color: Paua. HEX triplet: 09, 05 and 48. RGB value is (9,5,72). Sum of RGB (Red+Green+Blue) = 9+5+72=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #090548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090548 is #F6FAB7. Grayscale: #0D0D0D. Windows color (decimal): -16186040 or 4719881. OLE color: 4719881.

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

Color convert

RGB 9 5 72 -
CMYK 0.88 0.93 0 0.72
HSL 243.58º 0.87% 0.15% -
HSV(B) 243.58º 0.93% 0.28% -
XYZ 1.34 0.63 6.18 -
YUV 13.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 9 5 72 0.88 0.93 0 0.72 243.58 0.87 0.15
Hex 9 5 48 58 5D 0 48 F4 57 F
Octal 11 5 110 130 135 0 110 364 127 17
Binary 1001 101 1001000 1011000 1011101 0 1001000 11110100 1010111 1111

Color Harmonies of #090548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090548

Black with #090548

Text Example


Text Example

White with #090548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090548; }

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

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

background-color css

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

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

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

border-color css

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

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

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