Html Css Color HEX #082838 Tangaroa

📋 copy color: '#082838'

red 8 ◦ green 40 ◦ blue 56

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

Shades of Tangaroa #082838

Tints of Tangaroa #082838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 7.69%
G = 38.46%
B = 53.85%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#082838 (or 0x082838) is known color: Tangaroa. HEX triplet: 08, 28 and 38. RGB value is (8,40,56). Sum of RGB (Red+Green+Blue) = 8+40+56=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #082838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082838 is #F7D7C7. Grayscale: #202020. Windows color (decimal): -16242632 or 3680264. OLE color: 3680264.

HSL color Cylindrical-coordinate representation of color #082838: hue angle of 200º 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 #082838 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 40 56 -
CMYK 0.86 0.29 0 0.78
HSL 200º 0.75% 0.13% -
HSV(B) 200º 0.86% 0.22% -
XYZ 1.57 1.85 4.02 -
YUV 32.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 8 40 56 0.86 0.29 0 0.78 200 0.75 0.13
Hex 8 28 38 56 1D 0 4E C8 4B D
Octal 10 50 70 126 35 0 116 310 113 15
Binary 1000 101000 111000 1010110 11101 0 1001110 11001000 1001011 1101

Color Harmonies of #082838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082838

Black with #082838

Text Example


Text Example

White with #082838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082838; }

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

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

background-color css

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

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

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

border-color css

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

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

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