#083247

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

Shades of Blue Whale #083247

Tints of Blue Whale #083247

Color information

#083247 (or 0x083247) is unknown color: approx Blue Whale. HEX triplet: 08, 32 and 47. RGB value is (8,50,71). Sum of RGB (Red+Green+Blue) = 8+50+71=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #083247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083247 is #F7CDB8. Grayscale: #272727. Windows color (decimal): -16240057 or 4665864. OLE color: 4665864.

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

Color convert

RGB85071-
CMYK0.890.3000.72
HSL200º79.75%15.49%-
HSV(B)200º88.73%27.84%-
XYZ2.382.796.37-
YUV39.84145.59105.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=6.20%
G=38.76%
B=55.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal850710.890.3000.7220079.7515.49
Hex83247591E048c850f
Octal106210713136011031012017
Binary10001100101000111101100111110010010001100100010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083247; }

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

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

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

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

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

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

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

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