#082748

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

Shades of Tangaroa #082748

Tints of Tangaroa #082748

Color information

#082748 (or 0x082748) is unknown color: approx Tangaroa. HEX triplet: 08, 27 and 48. RGB value is (8,39,72). Sum of RGB (Red+Green+Blue) = 8+39+72=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #082748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082748 is #F7D8B7. Grayscale: #212121. Windows color (decimal): -16242872 or 4728584. OLE color: 4728584.

HSL color Cylindrical-coordinate representation of color #082748: hue angle of 210.94º 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 #082748 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB83972-
CMYK0.890.4600.72
HSL210.94º80%15.69%-
HSV(B)210.94º88.89%28.24%-
XYZ21.976.41-
YUV33.49149.73109.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 72 (28.52% from 255) = 60.50%
R=6.72%
G=32.77%
B=60.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal839720.890.4600.72210.948015.69
Hex82748592E048d35010
Octal104711013156011032312020
Binary1000100111100100010110011011100100100011010011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082748; }

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

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

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

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

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

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

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

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