Html Css Color HEX #080145 Paua

📋 copy color: '#080145'

red 8 ◦ green 1 ◦ blue 69

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

Shades of Paua #080145

Tints of Paua #080145

RGB

 RED value IS 8 (3.52% from 255) = 10.26%

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

 BLUE value IS 69 (27.34% from 255) = 88.46%

R = 10.26%
G = 1.28%
B = 88.46%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080145 (or 0x080145) is known color: Paua. HEX triplet: 08, 01 and 45. RGB value is (8,1,69). Sum of RGB (Red+Green+Blue) = 8+1+69=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 69 (27.34% from 255 or 88.46% from 78); Max value from RGB is 69 - color contains mainly: blue. Hex color #080145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080145 is #F7FEBA. Grayscale: #0A0A0A. Windows color (decimal): -16252603 or 4522248. OLE color: 4522248.

HSL color Cylindrical-coordinate representation of color #080145: hue angle of 246.18º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080145 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 1 69 -
CMYK 0.88 0.99 0 0.73
HSL 246.18º 0.97% 0.14% -
HSV(B) 246.18º 0.99% 0.27% -
XYZ 1.19 0.5 5.66 -
YUV 10.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 8 1 69 0.88 0.99 0 0.73 246.18 0.97 0.14
Hex 8 1 45 58 63 0 49 F6 61 E
Octal 10 1 105 130 143 0 111 366 141 16
Binary 1000 1 1000101 1011000 1100011 0 1001001 11110110 1100001 1110

Color Harmonies of #080145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080145

Black with #080145

Text Example


Text Example

White with #080145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080145; }

 p { color: rgb(8,1,69); }

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

background-color css

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

 a { background-color: rgb(8,1,69); }

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

border-color css

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

 span { border-color: rgb(8,1,69); }

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