Html Css Color HEX #090243 Paua

📋 copy color: '#090243'

red 9 ◦ green 2 ◦ blue 67

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

Shades of Paua #090243

Tints of Paua #090243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.56%

 BLUE value IS 67 (26.56% from 255) = 85.9%

R = 11.54%
G = 2.56%
B = 85.9%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#090243 (or 0x090243) is known color: Paua. HEX triplet: 09, 02 and 43. RGB value is (9,2,67). Sum of RGB (Red+Green+Blue) = 9+2+67=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 67 (26.56% from 255 or 85.90% from 78); Max value from RGB is 67 - color contains mainly: blue. Hex color #090243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090243 is #F6FDBC. Grayscale: #0B0B0B. Windows color (decimal): -16186813 or 4391433. OLE color: 4391433.

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

Color convert

RGB 9 2 67 -
CMYK 0.87 0.97 0 0.74
HSL 246.46º 0.94% 0.14% -
HSV(B) 246.46º 0.97% 0.26% -
XYZ 1.15 0.51 5.35 -
YUV 11.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 9 2 67 0.87 0.97 0 0.74 246.46 0.94 0.14
Hex 9 2 43 57 61 0 4A F6 5E E
Octal 11 2 103 127 141 0 112 366 136 16
Binary 1001 10 1000011 1010111 1100001 0 1001010 11110110 1011110 1110

Color Harmonies of #090243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090243

Black with #090243

Text Example


Text Example

White with #090243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090243; }

 p { color: rgb(9,2,67); }

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

background-color css

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

 a { background-color: rgb(9,2,67); }

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

border-color css

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

 span { border-color: rgb(9,2,67); }

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