#082F42

Color #082F42 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #082F42

Tints of Blue Whale #082F42

Color information

#082F42 (or 0x082F42) is unknown color: approx Blue Whale. HEX triplet: 08, 2F and 42. RGB value is (8,47,66). Sum of RGB (Red+Green+Blue) = 8+47+66=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #082F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F42 is #F7D0BD. Grayscale: #252525. Windows color (decimal): -16240830 or 4337416. OLE color: 4337416.

HSL color Cylindrical-coordinate representation of color #082F42: hue angle of 199.66º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082F42 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB84766-
CMYK0.880.2900.74
HSL199.66º78.38%14.51%-
HSV(B)199.66º87.88%25.88%-
XYZ2.12.485.52-
YUV37.5144.08106.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 66 (26.17% from 255) = 54.55%
R=6.61%
G=38.84%
B=54.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal847660.880.2900.74199.6678.3814.51
Hex82F42581D04Ac84ef
Octal105710213035011231011617
Binary10001011111000010101100011101010010101100100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #082F42;
 }
 .AnyTagClassName
 {
   color: #082F42;
 }
</style>
background-color css

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

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

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

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

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

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