Html Css Color HEX #082948 Tangaroa

📋 copy color: '#082948'

red 8 ◦ green 41 ◦ blue 72

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

Shades of Tangaroa #082948

Tints of Tangaroa #082948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.88%

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

R = 6.61%
G = 33.88%
B = 59.5%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#082948 (or 0x082948) is known color: Tangaroa. HEX triplet: 08, 29 and 48. RGB value is (8,41,72). Sum of RGB (Red+Green+Blue) = 8+41+72=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #082948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082948 is #F7D6B7. Grayscale: #222222. Windows color (decimal): -16242360 or 4729096. OLE color: 4729096.

HSL color Cylindrical-coordinate representation of color #082948: hue angle of 209.06º 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 #082948 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 41 72 -
CMYK 0.89 0.43 0 0.72
HSL 209.06º 0.8% 0.16% -
HSV(B) 209.06º 0.89% 0.28% -
XYZ 2.06 2.11 6.43 -
YUV 34.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 8 41 72 0.89 0.43 0 0.72 209.06 0.8 0.16
Hex 8 29 48 59 2B 0 48 D1 50 10
Octal 10 51 110 131 53 0 110 321 120 20
Binary 1000 101001 1001000 1011001 101011 0 1001000 11010001 1010000 10000

Color Harmonies of #082948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082948

Black with #082948

Text Example


Text Example

White with #082948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082948; }

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

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

background-color css

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

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

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

border-color css

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

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

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