#083549

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

Shades of Blue Whale #083549

Tints of Blue Whale #083549

Color information

#083549 (or 0x083549) is unknown color: approx Blue Whale. HEX triplet: 08, 35 and 49. RGB value is (8,53,73). Sum of RGB (Red+Green+Blue) = 8+53+73=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #083549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083549 is #F7CAB6. Grayscale: #292929. Windows color (decimal): -16239287 or 4797704. OLE color: 4797704.

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

Color convert

RGB85373-
CMYK0.890.2700.71
HSL198.46º80.25%15.88%-
HSV(B)198.46º89.04%28.63%-
XYZ2.583.086.76-
YUV41.82145.59103.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 53 (21.09% from 255) = 39.55%
BLUE value IS 73 (28.91% from 255) = 54.48%
R=5.97%
G=39.55%
B=54.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal853730.890.2700.71198.4680.2515.88
Hex83549591B047c65010
Octal106511113133010730612020
Binary100011010110010011011001110110100011111000110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083549; }

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

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

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

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

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

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

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

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