Html Css Color HEX #09013F Paua

📋 copy color: '#09013F'

red 9 ◦ green 1 ◦ blue 63

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

Shades of Paua #09013F

Tints of Paua #09013F

RGB

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

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

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

R = 12.33%
G = 1.37%
B = 86.3%

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

#09013F (or 0x09013F) is known color: Paua. HEX triplet: 09, 01 and 3F. RGB value is (9,1,63). Sum of RGB (Red+Green+Blue) = 9+1+63=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 63 (25% from 255 or 86.30% from 73); Max value from RGB is 63 - color contains mainly: blue. Hex color #09013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09013F is #F6FEC0. Grayscale: #0A0A0A. Windows color (decimal): -16187073 or 4129033. OLE color: 4129033.

HSL color Cylindrical-coordinate representation of color #09013F: hue angle of 247.74º 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 #09013F is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 1 63 -
CMYK 0.86 0.98 0 0.75
HSL 247.74º 0.97% 0.13% -
HSV(B) 247.74º 0.98% 0.25% -
XYZ 1.02 0.44 4.73 -
YUV 10.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 9 1 63 0.86 0.98 0 0.75 247.74 0.97 0.13
Hex 9 1 3F 56 62 0 4B F8 61 D
Octal 11 1 77 126 142 0 113 370 141 15
Binary 1001 1 111111 1010110 1100010 0 1001011 11111000 1100001 1101

Color Harmonies of #09013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09013F

Black with #09013F

Text Example


Text Example

White with #09013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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