Html Css Color HEX #082A48 Tangaroa

📋 copy color: '#082A48'

red 8 ◦ green 42 ◦ blue 72

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

Shades of Tangaroa #082A48

Tints of Tangaroa #082A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.43%

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

R = 6.56%
G = 34.43%
B = 59.02%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#082A48 (or 0x082A48) is known color: Tangaroa. HEX triplet: 08, 2A and 48. RGB value is (8,42,72). Sum of RGB (Red+Green+Blue) = 8+42+72=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #082A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082A48 is #F7D5B7. Grayscale: #232323. Windows color (decimal): -16242104 or 4729352. OLE color: 4729352.

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

Color convert

RGB 8 42 72 -
CMYK 0.89 0.42 0 0.72
HSL 208.13º 0.8% 0.16% -
HSV(B) 208.13º 0.89% 0.28% -
XYZ 2.1 2.18 6.44 -
YUV 35.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 8 42 72 0.89 0.42 0 0.72 208.13 0.8 0.16
Hex 8 2A 48 59 2A 0 48 D0 50 10
Octal 10 52 110 131 52 0 110 320 120 20
Binary 1000 101010 1001000 1011001 101010 0 1001000 11010000 1010000 10000

Color Harmonies of #082A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A48

Black with #082A48

Text Example


Text Example

White with #082A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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