Html Css Color HEX #080244 Paua

📋 copy color: '#080244'

red 8 ◦ green 2 ◦ blue 68

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

Shades of Paua #080244

Tints of Paua #080244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.56%

 BLUE value IS 68 (26.95% from 255) = 87.18%

R = 10.26%
G = 2.56%
B = 87.18%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#080244 (or 0x080244) is known color: Paua. HEX triplet: 08, 02 and 44. RGB value is (8,2,68). Sum of RGB (Red+Green+Blue) = 8+2+68=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 68 (26.95% from 255 or 87.18% from 78); Max value from RGB is 68 - color contains mainly: blue. Hex color #080244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080244 is #F7FDBB. Grayscale: #0B0B0B. Windows color (decimal): -16252348 or 4456968. OLE color: 4456968.

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

Color convert

RGB 8 2 68 -
CMYK 0.88 0.97 0 0.73
HSL 245.45º 0.94% 0.14% -
HSV(B) 245.45º 0.97% 0.27% -
XYZ 1.17 0.51 5.51 -
YUV 11.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 8 2 68 0.88 0.97 0 0.73 245.45 0.94 0.14
Hex 8 2 44 58 61 0 49 F5 5E E
Octal 10 2 104 130 141 0 111 365 136 16
Binary 1000 10 1000100 1011000 1100001 0 1001001 11110101 1011110 1110

Color Harmonies of #080244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080244

Black with #080244

Text Example


Text Example

White with #080244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080244; }

 p { color: rgb(8,2,68); }

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

background-color css

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

 a { background-color: rgb(8,2,68); }

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

border-color css

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

 span { border-color: rgb(8,2,68); }

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