Html Css Color HEX #083649 Blue Whale

📋 copy color: '#083649'

red 8 ◦ green 54 ◦ blue 73

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

Shades of Blue Whale #083649

Tints of Blue Whale #083649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40%

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

R = 5.93%
G = 40%
B = 54.07%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#083649 (or 0x083649) is known color: Blue Whale. HEX triplet: 08, 36 and 49. RGB value is (8,54,73). Sum of RGB (Red+Green+Blue) = 8+54+73=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #083649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083649 is #F7C9B6. Grayscale: #2A2A2A. Windows color (decimal): -16239031 or 4797960. OLE color: 4797960.

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

Color convert

RGB 8 54 73 -
CMYK 0.89 0.26 0 0.71
HSL 197.54º 0.8% 0.16% -
HSV(B) 197.54º 0.89% 0.29% -
XYZ 2.62 3.17 6.78 -
YUV 42.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 8 54 73 0.89 0.26 0 0.71 197.54 0.8 0.16
Hex 8 36 49 59 1A 0 47 C6 50 10
Octal 10 66 111 131 32 0 107 306 120 20
Binary 1000 110110 1001001 1011001 11010 0 1000111 11000110 1010000 10000

Color Harmonies of #083649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083649

Black with #083649

Text Example


Text Example

White with #083649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083649; }

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

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

background-color css

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

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

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

border-color css

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

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

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