Html Css Color HEX #082549 Tangaroa

📋 copy color: '#082549'

red 8 ◦ green 37 ◦ blue 73

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

Shades of Tangaroa #082549

Tints of Tangaroa #082549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 73 (28.91% from 255) = 61.86%

R = 6.78%
G = 31.36%
B = 61.86%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#082549 (or 0x082549) is known color: Tangaroa. HEX triplet: 08, 25 and 49. RGB value is (8,37,73). Sum of RGB (Red+Green+Blue) = 8+37+73=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #082549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082549 is #F7DAB6. Grayscale: #202020. Windows color (decimal): -16243383 or 4793608. OLE color: 4793608.

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

Color convert

RGB 8 37 73 -
CMYK 0.89 0.49 0 0.71
HSL 213.23º 0.8% 0.16% -
HSV(B) 213.23º 0.89% 0.29% -
XYZ 1.96 1.86 6.56 -
YUV 32.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 8 37 73 0.89 0.49 0 0.71 213.23 0.8 0.16
Hex 8 25 49 59 31 0 47 D5 50 10
Octal 10 45 111 131 61 0 107 325 120 20
Binary 1000 100101 1001001 1011001 110001 0 1000111 11010101 1010000 10000

Color Harmonies of #082549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082549

Black with #082549

Text Example


Text Example

White with #082549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082549; }

 p { color: rgb(8,37,73); }

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

background-color css

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

 a { background-color: rgb(8,37,73); }

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

border-color css

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

 span { border-color: rgb(8,37,73); }

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