Html Css Color HEX #083249 Blue Whale

📋 copy color: '#083249'

red 8 ◦ green 50 ◦ blue 73

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

Shades of Blue Whale #083249

Tints of Blue Whale #083249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.17%

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 6.11%
G = 38.17%
B = 55.73%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#083249 (or 0x083249) is known color: Blue Whale. HEX triplet: 08, 32 and 49. RGB value is (8,50,73). Sum of RGB (Red+Green+Blue) = 8+50+73=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #083249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083249 is #F7CDB6. Grayscale: #272727. Windows color (decimal): -16240055 or 4796936. OLE color: 4796936.

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

Color convert

RGB 8 50 73 -
CMYK 0.89 0.32 0 0.71
HSL 201.23º 0.8% 0.16% -
HSV(B) 201.23º 0.89% 0.29% -
XYZ 2.44 2.81 6.72 -
YUV 40.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 8 50 73 0.89 0.32 0 0.71 201.23 0.8 0.16
Hex 8 32 49 59 20 0 47 C9 50 10
Octal 10 62 111 131 40 0 107 311 120 20
Binary 1000 110010 1001001 1011001 100000 0 1000111 11001001 1010000 10000

Color Harmonies of #083249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083249

Black with #083249

Text Example


Text Example

White with #083249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083249; }

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

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

background-color css

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

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

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

border-color css

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

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

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