Html Css Color HEX #082848 Tangaroa

📋 copy color: '#082848'

red 8 ◦ green 40 ◦ blue 72

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

Shades of Tangaroa #082848

Tints of Tangaroa #082848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 60%

R = 6.67%
G = 33.33%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#082848 (or 0x082848) is known color: Tangaroa. HEX triplet: 08, 28 and 48. RGB value is (8,40,72). Sum of RGB (Red+Green+Blue) = 8+40+72=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #082848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082848 is #F7D7B7. Grayscale: #212121. Windows color (decimal): -16242616 or 4728840. OLE color: 4728840.

HSL color Cylindrical-coordinate representation of color #082848: hue angle of 210º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082848 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 40 72 -
CMYK 0.89 0.44 0 0.72
HSL 210º 0.8% 0.16% -
HSV(B) 210º 0.89% 0.28% -
XYZ 2.03 2.04 6.42 -
YUV 34.08 149.4 109.4 -
System Red Green Blue C M Y K H S L
Decimal 8 40 72 0.89 0.44 0 0.72 210 0.8 0.16
Hex 8 28 48 59 2C 0 48 D2 50 10
Octal 10 50 110 131 54 0 110 322 120 20
Binary 1000 101000 1001000 1011001 101100 0 1001000 11010010 1010000 10000

Color Harmonies of #082848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082848

Black with #082848

Text Example


Text Example

White with #082848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082848; }

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

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

background-color css

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

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

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

border-color css

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

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

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