#083042

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

Shades of Blue Whale #083042

Tints of Blue Whale #083042

Color information

#083042 (or 0x083042) is unknown color: approx Blue Whale. HEX triplet: 08, 30 and 42. RGB value is (8,48,66). Sum of RGB (Red+Green+Blue) = 8+48+66=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #083042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083042 is #F7CFBD. Grayscale: #252525. Windows color (decimal): -16240574 or 4337672. OLE color: 4337672.

HSL color Cylindrical-coordinate representation of color #083042: hue angle of 198.62º 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 #083042 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB84866-
CMYK0.880.2700.74
HSL198.62º78.38%14.51%-
HSV(B)198.62º87.88%25.88%-
XYZ2.142.565.54-
YUV38.09143.75106.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 48 (19.14% from 255) = 39.34%
BLUE value IS 66 (26.17% from 255) = 54.10%
R=6.56%
G=39.34%
B=54.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal848660.880.2700.74198.6278.3814.51
Hex83042581B04Ac74ef
Octal106010213033011230711617
Binary10001100001000010101100011011010010101100011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083042; }

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

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

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

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

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

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

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

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