Html Css Color HEX #082B49 Blue Whale

📋 copy color: '#082B49'

red 8 ◦ green 43 ◦ blue 73

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

Shades of Blue Whale #082B49

Tints of Blue Whale #082B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 58.87%

R = 6.45%
G = 34.68%
B = 58.87%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#082B49 (or 0x082B49) is known color: Blue Whale. HEX triplet: 08, 2B and 49. RGB value is (8,43,73). Sum of RGB (Red+Green+Blue) = 8+43+73=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #082B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B49 is #F7D4B6. Grayscale: #232323. Windows color (decimal): -16241847 or 4795144. OLE color: 4795144.

HSL color Cylindrical-coordinate representation of color #082B49: hue angle of 207.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082B49 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 43 73 -
CMYK 0.89 0.41 0 0.71
HSL 207.69º 0.8% 0.16% -
HSV(B) 207.69º 0.89% 0.29% -
XYZ 2.17 2.26 6.63 -
YUV 35.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 8 43 73 0.89 0.41 0 0.71 207.69 0.8 0.16
Hex 8 2B 49 59 29 0 47 D0 50 10
Octal 10 53 111 131 51 0 107 320 120 20
Binary 1000 101011 1001001 1011001 101001 0 1000111 11010000 1010000 10000

Color Harmonies of #082B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082B49

Black with #082B49

Text Example


Text Example

White with #082B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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