Html Css Color HEX #083146 Blue Whale

📋 copy color: '#083146'

red 8 ◦ green 49 ◦ blue 70

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

Shades of Blue Whale #083146

Tints of Blue Whale #083146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.58%

 BLUE value IS 70 (27.73% from 255) = 55.12%

R = 6.3%
G = 38.58%
B = 55.12%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#083146 (or 0x083146) is known color: Blue Whale. HEX triplet: 08, 31 and 46. RGB value is (8,49,70). Sum of RGB (Red+Green+Blue) = 8+49+70=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #083146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083146 is #F7CEB9. Grayscale: #272727. Windows color (decimal): -16240314 or 4600072. OLE color: 4600072.

HSL color Cylindrical-coordinate representation of color #083146: hue angle of 200.32º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083146 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 49 70 -
CMYK 0.89 0.30 0 0.73
HSL 200.32º 0.79% 0.15% -
HSV(B) 200.32º 0.89% 0.27% -
XYZ 2.3 2.69 6.19 -
YUV 39.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 8 49 70 0.89 0.30 0 0.73 200.32 0.79 0.15
Hex 8 31 46 59 1E 0 49 C8 4F F
Octal 10 61 106 131 36 0 111 310 117 17
Binary 1000 110001 1000110 1011001 11110 0 1001001 11001000 1001111 1111

Color Harmonies of #083146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083146

Black with #083146

Text Example


Text Example

White with #083146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083146; }

 p { color: rgb(8,49,70); }

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

background-color css

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

 a { background-color: rgb(8,49,70); }

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

border-color css

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

 span { border-color: rgb(8,49,70); }

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