Html Css Color HEX #090140 Paua

📋 copy color: '#090140'

red 9 ◦ green 1 ◦ blue 64

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

Shades of Paua #090140

Tints of Paua #090140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 86.49%

R = 12.16%
G = 1.35%
B = 86.49%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#090140 (or 0x090140) is known color: Paua. HEX triplet: 09, 01 and 40. RGB value is (9,1,64). Sum of RGB (Red+Green+Blue) = 9+1+64=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 64 (25.39% from 255 or 86.49% from 74); Max value from RGB is 64 - color contains mainly: blue. Hex color #090140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090140 is #F6FEBF. Grayscale: #0A0A0A. Windows color (decimal): -16187072 or 4194569. OLE color: 4194569.

HSL color Cylindrical-coordinate representation of color #090140: hue angle of 247.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090140 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 1 64 -
CMYK 0.86 0.98 0 0.75
HSL 247.62º 0.97% 0.13% -
HSV(B) 247.62º 0.98% 0.25% -
XYZ 1.05 0.45 4.88 -
YUV 10.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 9 1 64 0.86 0.98 0 0.75 247.62 0.97 0.13
Hex 9 1 40 56 62 0 4B F8 61 D
Octal 11 1 100 126 142 0 113 370 141 15
Binary 1001 1 1000000 1010110 1100010 0 1001011 11111000 1100001 1101

Color Harmonies of #090140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090140

Black with #090140

Text Example


Text Example

White with #090140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090140; }

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

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

background-color css

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

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

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

border-color css

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

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

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