#083149

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

Shades of Blue Whale #083149

Tints of Blue Whale #083149

Color information

#083149 (or 0x083149) is unknown color: approx Blue Whale. HEX triplet: 08, 31 and 49. RGB value is (8,49,73). Sum of RGB (Red+Green+Blue) = 8+49+73=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #083149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083149 is #F7CEB6. Grayscale: #272727. Windows color (decimal): -16240311 or 4796680. OLE color: 4796680.

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

Color convert

RGB84973-
CMYK0.890.3300.71
HSL202.15º80.25%15.88%-
HSV(B)202.15º89.04%28.63%-
XYZ2.42.736.7-
YUV39.48146.92105.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 73 (28.91% from 255) = 56.15%
R=6.15%
G=37.69%
B=56.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal849730.890.3300.71202.1580.2515.88
Hex831495921047ca5010
Octal106111113141010731212020
Binary1000110001100100110110011000010100011111001010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083149; }

 p { color: rgb(8,49,73); }

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

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

 a { background-color: rgb(8,49,73); }

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

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

 span { border-color: rgb(8,49,73); }

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