Html Css Color HEX #083141 Blue Whale

📋 copy color: '#083141'

red 8 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #083141

Tints of Blue Whale #083141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 6.56%
G = 40.16%
B = 53.28%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083141 (or 0x083141) is known color: Blue Whale. HEX triplet: 08, 31 and 41. RGB value is (8,49,65). Sum of RGB (Red+Green+Blue) = 8+49+65=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #083141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083141 is #F7CEBE. Grayscale: #262626. Windows color (decimal): -16240319 or 4272392. OLE color: 4272392.

HSL color Cylindrical-coordinate representation of color #083141: hue angle of 196.84º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083141 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 49 65 -
CMYK 0.88 0.25 0 0.75
HSL 196.84º 0.78% 0.14% -
HSV(B) 196.84º 0.88% 0.25% -
XYZ 2.15 2.63 5.4 -
YUV 38.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 8 49 65 0.88 0.25 0 0.75 196.84 0.78 0.14
Hex 8 31 41 58 19 0 4B C5 4E E
Octal 10 61 101 130 31 0 113 305 116 16
Binary 1000 110001 1000001 1011000 11001 0 1001011 11000101 1001110 1110

Color Harmonies of #083141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083141

Black with #083141

Text Example


Text Example

White with #083141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083141; }

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

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

background-color css

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

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

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

border-color css

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

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

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