Html Css Color HEX #082539 Tangaroa

📋 copy color: '#082539'

red 8 ◦ green 37 ◦ blue 57

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

Shades of Tangaroa #082539

Tints of Tangaroa #082539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 55.88%

R = 7.84%
G = 36.27%
B = 55.88%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#082539 (or 0x082539) is known color: Tangaroa. HEX triplet: 08, 25 and 39. RGB value is (8,37,57). Sum of RGB (Red+Green+Blue) = 8+37+57=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #082539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082539 is #F7DAC6. Grayscale: #1E1E1E. Windows color (decimal): -16243399 or 3745032. OLE color: 3745032.

HSL color Cylindrical-coordinate representation of color #082539: hue angle of 204.49º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #082539 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 37 57 -
CMYK 0.86 0.35 0 0.78
HSL 204.49º 0.75% 0.13% -
HSV(B) 204.49º 0.86% 0.22% -
XYZ 1.5 1.67 4.11 -
YUV 30.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 8 37 57 0.86 0.35 0 0.78 204.49 0.75 0.13
Hex 8 25 39 56 23 0 4E CC 4B D
Octal 10 45 71 126 43 0 116 314 113 15
Binary 1000 100101 111001 1010110 100011 0 1001110 11001100 1001011 1101

Color Harmonies of #082539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082539

Black with #082539

Text Example


Text Example

White with #082539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082539; }

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

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

background-color css

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

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

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

border-color css

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

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

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