Html Css Color HEX #082541 Tangaroa

📋 copy color: '#082541'

red 8 ◦ green 37 ◦ blue 65

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

Shades of Tangaroa #082541

Tints of Tangaroa #082541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 59.09%

R = 7.27%
G = 33.64%
B = 59.09%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082541 (or 0x082541) is known color: Tangaroa. HEX triplet: 08, 25 and 41. RGB value is (8,37,65). Sum of RGB (Red+Green+Blue) = 8+37+65=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #082541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082541 is #F7DABE. Grayscale: #1F1F1F. Windows color (decimal): -16243391 or 4269320. OLE color: 4269320.

HSL color Cylindrical-coordinate representation of color #082541: hue angle of 209.47º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082541 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 37 65 -
CMYK 0.88 0.43 0 0.75
HSL 209.47º 0.78% 0.14% -
HSV(B) 209.47º 0.88% 0.25% -
XYZ 1.72 1.76 5.25 -
YUV 31.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 8 37 65 0.88 0.43 0 0.75 209.47 0.78 0.14
Hex 8 25 41 58 2B 0 4B D1 4E E
Octal 10 45 101 130 53 0 113 321 116 16
Binary 1000 100101 1000001 1011000 101011 0 1001011 11010001 1001110 1110

Color Harmonies of #082541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082541

Black with #082541

Text Example


Text Example

White with #082541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082541; }

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

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

background-color css

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

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

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

border-color css

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

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

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