#082248

Color #082248 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #082248

Tints of Tangaroa #082248

Color information

#082248 (or 0x082248) is unknown color: approx Tangaroa. HEX triplet: 08, 22 and 48. RGB value is (8,34,72). Sum of RGB (Red+Green+Blue) = 8+34+72=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #082248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082248 is #F7DDB7. Grayscale: #1E1E1E. Windows color (decimal): -16244152 or 4727304. OLE color: 4727304.

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

Color convert

RGB83472-
CMYK0.890.5300.72
HSL215.62º80%15.69%-
HSV(B)215.62º88.89%28.24%-
XYZ1.841.666.35-
YUV30.56151.39111.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=7.02%
G=29.82%
B=63.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal834720.890.5300.72215.628015.69
Hex822485935048d85010
Octal104211013165011033012020
Binary1000100010100100010110011101010100100011011000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082248; }

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

 H1.HeaderClassName
 {
   color: #082248;
 }
 .AnyTagClassName
 {
   color: #082248;
 }
</style>
background-color css

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

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

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

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

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

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