Html Css Color HEX #080248 Paua

📋 copy color: '#080248'

red 8 ◦ green 2 ◦ blue 72

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

Shades of Paua #080248

Tints of Paua #080248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 87.8%

R = 9.76%
G = 2.44%
B = 87.8%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080248 (or 0x080248) is known color: Paua. HEX triplet: 08, 02 and 48. RGB value is (8,2,72). Sum of RGB (Red+Green+Blue) = 8+2+72=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 72 (28.52% from 255 or 87.80% from 82); Max value from RGB is 72 - color contains mainly: blue. Hex color #080248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080248 is #F7FDB7. Grayscale: #0B0B0B. Windows color (decimal): -16252344 or 4719112. OLE color: 4719112.

HSL color Cylindrical-coordinate representation of color #080248: hue angle of 245.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080248 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 2 72 -
CMYK 0.89 0.97 0 0.72
HSL 245.14º 0.95% 0.15% -
HSV(B) 245.14º 0.97% 0.28% -
XYZ 1.29 0.56 6.17 -
YUV 11.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 8 2 72 0.89 0.97 0 0.72 245.14 0.95 0.15
Hex 8 2 48 59 61 0 48 F5 5F F
Octal 10 2 110 131 141 0 110 365 137 17
Binary 1000 10 1001000 1011001 1100001 0 1001000 11110101 1011111 1111

Color Harmonies of #080248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080248

Black with #080248

Text Example


Text Example

White with #080248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080248; }

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

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

background-color css

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

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

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

border-color css

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

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

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