Html Css Color HEX #082F47 Blue Whale

📋 copy color: '#082F47'

red 8 ◦ green 47 ◦ blue 71

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

Shades of Blue Whale #082F47

Tints of Blue Whale #082F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.3%

 BLUE value IS 71 (28.13% from 255) = 56.35%

R = 6.35%
G = 37.3%
B = 56.35%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#082F47 (or 0x082F47) is known color: Blue Whale. HEX triplet: 08, 2F and 47. RGB value is (8,47,71). Sum of RGB (Red+Green+Blue) = 8+47+71=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #082F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F47 is #F7D0B8. Grayscale: #252525. Windows color (decimal): -16240825 or 4665096. OLE color: 4665096.

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

Color convert

RGB 8 47 71 -
CMYK 0.89 0.34 0 0.72
HSL 202.86º 0.8% 0.15% -
HSV(B) 202.86º 0.89% 0.28% -
XYZ 2.25 2.54 6.33 -
YUV 38.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 8 47 71 0.89 0.34 0 0.72 202.86 0.8 0.15
Hex 8 2F 47 59 22 0 48 CB 50 F
Octal 10 57 107 131 42 0 110 313 120 17
Binary 1000 101111 1000111 1011001 100010 0 1001000 11001011 1010000 1111

Color Harmonies of #082F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F47

Black with #082F47

Text Example


Text Example

White with #082F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,47,71); }

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

background-color css

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

 a { background-color: rgb(8,47,71); }

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

border-color css

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

 span { border-color: rgb(8,47,71); }

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