Html Css Color HEX #090448 Paua

📋 copy color: '#090448'

red 9 ◦ green 4 ◦ blue 72

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

Shades of Paua #090448

Tints of Paua #090448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.71%

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

R = 10.59%
G = 4.71%
B = 84.71%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#090448 (or 0x090448) is known color: Paua. HEX triplet: 09, 04 and 48. RGB value is (9,4,72). Sum of RGB (Red+Green+Blue) = 9+4+72=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #090448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090448 is #F6FBB7. Grayscale: #0C0C0C. Windows color (decimal): -16186296 or 4719625. OLE color: 4719625.

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

Color convert

RGB 9 4 72 -
CMYK 0.88 0.94 0 0.72
HSL 244.41º 0.89% 0.15% -
HSV(B) 244.41º 0.94% 0.28% -
XYZ 1.33 0.61 6.18 -
YUV 13.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 9 4 72 0.88 0.94 0 0.72 244.41 0.89 0.15
Hex 9 4 48 58 5E 0 48 F4 59 F
Octal 11 4 110 130 136 0 110 364 131 17
Binary 1001 100 1001000 1011000 1011110 0 1001000 11110100 1011001 1111

Color Harmonies of #090448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090448

Black with #090448

Text Example


Text Example

White with #090448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090448; }

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

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

background-color css

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

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

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

border-color css

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

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

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