Html Css Color HEX #083040 Blue Whale

📋 copy color: '#083040'

red 8 ◦ green 48 ◦ blue 64

#083040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #083040

Tints of Blue Whale #083040

RGB

 RED value IS 8 (3.52% from 255) = 6.67%

 GREEN value IS 48 (19.14% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 6.67%
G = 40%
B = 53.33%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083040 (or 0x083040) is known color: Blue Whale. HEX triplet: 08, 30 and 40. RGB value is (8,48,64). Sum of RGB (Red+Green+Blue) = 8+48+64=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #083040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083040 is #F7CFBF. Grayscale: #252525. Windows color (decimal): -16240576 or 4206600. OLE color: 4206600.

HSL color Cylindrical-coordinate representation of color #083040: hue angle of 197.14º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083040 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 48 64 -
CMYK 0.87 0.25 0 0.75
HSL 197.14º 0.78% 0.14% -
HSV(B) 197.14º 0.88% 0.25% -
XYZ 2.08 2.54 5.23 -
YUV 37.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 8 48 64 0.87 0.25 0 0.75 197.14 0.78 0.14
Hex 8 30 40 57 19 0 4B C5 4E E
Octal 10 60 100 127 31 0 113 305 116 16
Binary 1000 110000 1000000 1010111 11001 0 1001011 11000101 1001110 1110

Color Harmonies of #083040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083040

Black with #083040

Text Example


Text Example

White with #083040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083040; }

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

 H1.HeaderClassName
 {
   color: #083040;
 }
 .AnyTagClassName
 {
   color: #083040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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