Html Css Color HEX #070041 Paua

📋 copy color: '#070041'

red 7 ◦ green 0 ◦ blue 65

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

Shades of Paua #070041

Tints of Paua #070041

RGB

 RED value IS 7 (3.13% from 255) = 9.72%

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

 BLUE value IS 65 (25.78% from 255) = 90.28%

R = 9.72%
G = 0%
B = 90.28%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070041 (or 0x070041) is known color: Paua. HEX triplet: 07, 00 and 41. RGB value is (7,0,65). Sum of RGB (Red+Green+Blue) = 7+0+65=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 65 (25.78% from 255 or 90.28% from 72); Max value from RGB is 65 - color contains mainly: blue. Hex color #070041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070041 is #F8FFBE. Grayscale: #090909. Windows color (decimal): -16318399 or 4259847. OLE color: 4259847.

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

Color convert

RGB 7 0 65 -
CMYK 0.89 1 0 0.75
HSL 246.46º 1% 0.13% -
HSV(B) 246.46º 1% 0.25% -
XYZ 1.04 0.43 5.03 -
YUV 9.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 7 0 65 0.89 1 0 0.75 246.46 1 0.13
Hex 7 0 41 59 64 0 4B F6 64 D
Octal 7 0 101 131 144 0 113 366 144 15
Binary 111 0 1000001 1011001 1100100 0 1001011 11110110 1100100 1101

Color Harmonies of #070041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070041

Black with #070041

Text Example


Text Example

White with #070041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070041; }

 p { color: rgb(7,0,65); }

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

background-color css

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

 a { background-color: rgb(7,0,65); }

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

border-color css

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

 span { border-color: rgb(7,0,65); }

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