Html Css Color HEX #083349 Blue Whale

📋 copy color: '#083349'

red 8 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #083349

Tints of Blue Whale #083349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

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

R = 6.06%
G = 38.64%
B = 55.3%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#083349 (or 0x083349) is known color: Blue Whale. HEX triplet: 08, 33 and 49. RGB value is (8,51,73). Sum of RGB (Red+Green+Blue) = 8+51+73=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #083349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083349 is #F7CCB6. Grayscale: #282828. Windows color (decimal): -16239799 or 4797192. OLE color: 4797192.

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

Color convert

RGB 8 51 73 -
CMYK 0.89 0.30 0 0.71
HSL 200.31º 0.8% 0.16% -
HSV(B) 200.31º 0.89% 0.29% -
XYZ 2.49 2.9 6.73 -
YUV 40.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 8 51 73 0.89 0.30 0 0.71 200.31 0.8 0.16
Hex 8 33 49 59 1E 0 47 C8 50 10
Octal 10 63 111 131 36 0 107 310 120 20
Binary 1000 110011 1001001 1011001 11110 0 1000111 11001000 1010000 10000

Color Harmonies of #083349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083349

Black with #083349

Text Example


Text Example

White with #083349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083349; }

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

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

background-color css

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

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

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

border-color css

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

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

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