Html Css Color HEX #090145 Paua

📋 copy color: '#090145'

red 9 ◦ green 1 ◦ blue 69

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

Shades of Paua #090145

Tints of Paua #090145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.27%

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

R = 11.39%
G = 1.27%
B = 87.34%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#090145 (or 0x090145) is known color: Paua. HEX triplet: 09, 01 and 45. RGB value is (9,1,69). Sum of RGB (Red+Green+Blue) = 9+1+69=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 69 (27.34% from 255 or 87.34% from 79); Max value from RGB is 69 - color contains mainly: blue. Hex color #090145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090145 is #F6FEBA. Grayscale: #0A0A0A. Windows color (decimal): -16187067 or 4522249. OLE color: 4522249.

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

Color convert

RGB 9 1 69 -
CMYK 0.87 0.99 0 0.73
HSL 247.06º 0.97% 0.14% -
HSV(B) 247.06º 0.99% 0.27% -
XYZ 1.2 0.51 5.67 -
YUV 11.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 9 1 69 0.87 0.99 0 0.73 247.06 0.97 0.14
Hex 9 1 45 57 63 0 49 F7 61 E
Octal 11 1 105 127 143 0 111 367 141 16
Binary 1001 1 1000101 1010111 1100011 0 1001001 11110111 1100001 1110

Color Harmonies of #090145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090145

Black with #090145

Text Example


Text Example

White with #090145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090145; }

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

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

background-color css

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

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

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

border-color css

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

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

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