Html Css Color HEX #082449 Tangaroa

📋 copy color: '#082449'

red 8 ◦ green 36 ◦ blue 73

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

Shades of Tangaroa #082449

Tints of Tangaroa #082449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

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

R = 6.84%
G = 30.77%
B = 62.39%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#082449 (or 0x082449) is known color: Tangaroa. HEX triplet: 08, 24 and 49. RGB value is (8,36,73). Sum of RGB (Red+Green+Blue) = 8+36+73=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #082449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082449 is #F7DBB6. Grayscale: #1F1F1F. Windows color (decimal): -16243639 or 4793352. OLE color: 4793352.

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

Color convert

RGB 8 36 73 -
CMYK 0.89 0.51 0 0.71
HSL 214.15º 0.8% 0.16% -
HSV(B) 214.15º 0.89% 0.29% -
XYZ 1.93 1.79 6.55 -
YUV 31.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 8 36 73 0.89 0.51 0 0.71 214.15 0.8 0.16
Hex 8 24 49 59 33 0 47 D6 50 10
Octal 10 44 111 131 63 0 107 326 120 20
Binary 1000 100100 1001001 1011001 110011 0 1000111 11010110 1010000 10000

Color Harmonies of #082449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082449

Black with #082449

Text Example


Text Example

White with #082449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082449; }

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

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

background-color css

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

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

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

border-color css

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

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

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