#082C4B

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

Shades of Blue Whale #082C4B

Tints of Blue Whale #082C4B

Color information

#082C4B (or 0x082C4B) is unknown color: approx Blue Whale. HEX triplet: 08, 2C and 4B. RGB value is (8,44,75). Sum of RGB (Red+Green+Blue) = 8+44+75=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #082C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C4B is #F7D3B4. Grayscale: #242424. Windows color (decimal): -16241589 or 4926472. OLE color: 4926472.

HSL color Cylindrical-coordinate representation of color #082C4B: hue angle of 207.76º degrees, saturation: 0.81, 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 #082C4B is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB84475-
CMYK0.890.4100.71
HSL207.76º80.72%16.27%-
HSV(B)207.76º89.33%29.41%-
XYZ2.272.366.99-
YUV36.77149.57107.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 44 (17.58% from 255) = 34.65%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=6.30%
G=34.65%
B=59.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal844750.890.4100.71207.7680.7216.27
Hex82C4B5929047d05110
Octal105411313151010732012120
Binary1000101100100101110110011010010100011111010000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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