Html Css Color HEX #082B41 Tangaroa

📋 copy color: '#082B41'

red 8 ◦ green 43 ◦ blue 65

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

Shades of Tangaroa #082B41

Tints of Tangaroa #082B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.07%

 BLUE value IS 65 (25.78% from 255) = 56.03%

R = 6.9%
G = 37.07%
B = 56.03%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#082B41 (or 0x082B41) is known color: Tangaroa. HEX triplet: 08, 2B and 41. RGB value is (8,43,65). Sum of RGB (Red+Green+Blue) = 8+43+65=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #082B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B41 is #F7D4BE. Grayscale: #222222. Windows color (decimal): -16241855 or 4270856. OLE color: 4270856.

HSL color Cylindrical-coordinate representation of color #082B41: hue angle of 203.16º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082B41 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 43 65 -
CMYK 0.88 0.34 0 0.75
HSL 203.16º 0.78% 0.14% -
HSV(B) 203.16º 0.88% 0.25% -
XYZ 1.92 2.16 5.32 -
YUV 35.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 8 43 65 0.88 0.34 0 0.75 203.16 0.78 0.14
Hex 8 2B 41 58 22 0 4B CB 4E E
Octal 10 53 101 130 42 0 113 313 116 16
Binary 1000 101011 1000001 1011000 100010 0 1001011 11001011 1001110 1110

Color Harmonies of #082B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B41

Black with #082B41

Text Example


Text Example

White with #082B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,65); }

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

background-color css

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

 a { background-color: rgb(8,43,65); }

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

border-color css

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

 span { border-color: rgb(8,43,65); }

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