Html Css Color HEX #083341 Blue Whale

📋 copy color: '#083341'

red 8 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #083341

Tints of Blue Whale #083341

RGB

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

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

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

R = 6.45%
G = 41.13%
B = 52.42%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083341 (or 0x083341) is known color: Blue Whale. HEX triplet: 08, 33 and 41. RGB value is (8,51,65). Sum of RGB (Red+Green+Blue) = 8+51+65=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #083341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083341 is #F7CCBE. Grayscale: #272727. Windows color (decimal): -16239807 or 4272904. OLE color: 4272904.

HSL color Cylindrical-coordinate representation of color #083341: hue angle of 194.74º 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 #083341 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 51 65 -
CMYK 0.88 0.22 0 0.75
HSL 194.74º 0.78% 0.14% -
HSV(B) 194.74º 0.88% 0.25% -
XYZ 2.24 2.8 5.42 -
YUV 39.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 8 51 65 0.88 0.22 0 0.75 194.74 0.78 0.14
Hex 8 33 41 58 16 0 4B C3 4E E
Octal 10 63 101 130 26 0 113 303 116 16
Binary 1000 110011 1000001 1011000 10110 0 1001011 11000011 1001110 1110

Color Harmonies of #083341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083341

Black with #083341

Text Example


Text Example

White with #083341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083341; }

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

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

background-color css

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

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

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

border-color css

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

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

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