#083148

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

Shades of Blue Whale #083148

Tints of Blue Whale #083148

Color information

#083148 (or 0x083148) is unknown color: approx Blue Whale. HEX triplet: 08, 31 and 48. RGB value is (8,49,72). Sum of RGB (Red+Green+Blue) = 8+49+72=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #083148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083148 is #F7CEB7. Grayscale: #272727. Windows color (decimal): -16240312 or 4731144. OLE color: 4731144.

HSL color Cylindrical-coordinate representation of color #083148: hue angle of 201.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083148 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB84972-
CMYK0.890.3200.72
HSL201.56º80%15.69%-
HSV(B)201.56º88.89%28.24%-
XYZ2.372.726.53-
YUV39.36146.42105.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=6.20%
G=37.98%
B=55.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal849720.890.3200.72201.568015.69
Hex831485920048ca5010
Octal106111013140011031212020
Binary1000110001100100010110011000000100100011001010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083148; }

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

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

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

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

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

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

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

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