Html Css Color HEX #083449 Blue Whale

📋 copy color: '#083449'

red 8 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #083449

Tints of Blue Whale #083449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

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

R = 6.02%
G = 39.1%
B = 54.89%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#083449 (or 0x083449) is known color: Blue Whale. HEX triplet: 08, 34 and 49. RGB value is (8,52,73). Sum of RGB (Red+Green+Blue) = 8+52+73=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #083449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083449 is #F7CBB6. Grayscale: #292929. Windows color (decimal): -16239543 or 4797448. OLE color: 4797448.

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

Color convert

RGB 8 52 73 -
CMYK 0.89 0.29 0 0.71
HSL 199.38º 0.8% 0.16% -
HSV(B) 199.38º 0.89% 0.29% -
XYZ 2.53 2.99 6.75 -
YUV 41.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 8 52 73 0.89 0.29 0 0.71 199.38 0.8 0.16
Hex 8 34 49 59 1D 0 47 C7 50 10
Octal 10 64 111 131 35 0 107 307 120 20
Binary 1000 110100 1001001 1011001 11101 0 1000111 11000111 1010000 10000

Color Harmonies of #083449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083449

Black with #083449

Text Example


Text Example

White with #083449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083449; }

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

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

background-color css

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

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

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

border-color css

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

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

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