Html Css Color HEX #082844 Tangaroa

📋 copy color: '#082844'

red 8 ◦ green 40 ◦ blue 68

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

Shades of Tangaroa #082844

Tints of Tangaroa #082844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.48%

 BLUE value IS 68 (26.95% from 255) = 58.62%

R = 6.9%
G = 34.48%
B = 58.62%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#082844 (or 0x082844) is known color: Tangaroa. HEX triplet: 08, 28 and 44. RGB value is (8,40,68). Sum of RGB (Red+Green+Blue) = 8+40+68=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #082844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082844 is #F7D7BB. Grayscale: #212121. Windows color (decimal): -16242620 or 4466696. OLE color: 4466696.

HSL color Cylindrical-coordinate representation of color #082844: hue angle of 208º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082844 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 40 68 -
CMYK 0.88 0.41 0 0.73
HSL 208º 0.79% 0.15% -
HSV(B) 208º 0.88% 0.27% -
XYZ 1.9 1.99 5.75 -
YUV 33.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 8 40 68 0.88 0.41 0 0.73 208 0.79 0.15
Hex 8 28 44 58 29 0 49 D0 4F F
Octal 10 50 104 130 51 0 111 320 117 17
Binary 1000 101000 1000100 1011000 101001 0 1001001 11010000 1001111 1111

Color Harmonies of #082844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082844

Black with #082844

Text Example


Text Example

White with #082844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082844; }

 p { color: rgb(8,40,68); }

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

background-color css

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

 a { background-color: rgb(8,40,68); }

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

border-color css

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

 span { border-color: rgb(8,40,68); }

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