Html Css Color HEX #09003F Paua

📋 copy color: '#09003F'

red 9 ◦ green 0 ◦ blue 63

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

Shades of Paua #09003F

Tints of Paua #09003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 87.5%

R = 12.5%
G = 0%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09003F (or 0x09003F) is known color: Paua. HEX triplet: 09, 00 and 3F. RGB value is (9,0,63). Sum of RGB (Red+Green+Blue) = 9+0+63=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 63 (25% from 255 or 87.5% from 72); Max value from RGB is 63 - color contains mainly: blue. Hex color #09003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09003F is #F6FFC0. Grayscale: #090909. Windows color (decimal): -16187329 or 4128777. OLE color: 4128777.

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

Color convert

RGB 9 0 63 -
CMYK 0.86 1 0 0.75
HSL 248.57º 1% 0.12% -
HSV(B) 248.57º 1% 0.25% -
XYZ 1.01 0.42 4.73 -
YUV 9.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 9 0 63 0.86 1 0 0.75 248.57 1 0.12
Hex 9 0 3F 56 64 0 4B F9 64 C
Octal 11 0 77 126 144 0 113 371 144 14
Binary 1001 0 111111 1010110 1100100 0 1001011 11111001 1100100 1100

Color Harmonies of #09003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09003F

Black with #09003F

Text Example


Text Example

White with #09003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09003F; }

 p { color: rgb(9,0,63); }

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

background-color css

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

 a { background-color: rgb(9,0,63); }

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

border-color css

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

 span { border-color: rgb(9,0,63); }

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