#082C47

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

Shades of Blue Whale #082C47

Tints of Blue Whale #082C47

Color information

#082C47 (or 0x082C47) is unknown color: approx Blue Whale. HEX triplet: 08, 2C and 47. RGB value is (8,44,71). Sum of RGB (Red+Green+Blue) = 8+44+71=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #082C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C47 is #F7D3B8. Grayscale: #242424. Windows color (decimal): -16241593 or 4664328. OLE color: 4664328.

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

Color convert

RGB84471-
CMYK0.890.3800.72
HSL205.71º79.75%15.49%-
HSV(B)205.71º88.73%27.84%-
XYZ2.142.316.29-
YUV36.31147.57107.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=6.50%
G=35.77%
B=57.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal844710.890.3800.72205.7179.7515.49
Hex82C475926048ce50f
Octal105410713146011031612017
Binary100010110010001111011001100110010010001100111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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