Html Css Color HEX #083345 Blue Whale

📋 copy color: '#083345'

red 8 ◦ green 51 ◦ blue 69

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

Shades of Blue Whale #083345

Tints of Blue Whale #083345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 53.91%

R = 6.25%
G = 39.84%
B = 53.91%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#083345 (or 0x083345) is known color: Blue Whale. HEX triplet: 08, 33 and 45. RGB value is (8,51,69). Sum of RGB (Red+Green+Blue) = 8+51+69=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #083345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083345 is #F7CCBA. Grayscale: #282828. Windows color (decimal): -16239803 or 4535048. OLE color: 4535048.

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

Color convert

RGB 8 51 69 -
CMYK 0.88 0.26 0 0.73
HSL 197.7º 0.79% 0.15% -
HSV(B) 197.7º 0.88% 0.27% -
XYZ 2.36 2.85 6.06 -
YUV 40.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 8 51 69 0.88 0.26 0 0.73 197.7 0.79 0.15
Hex 8 33 45 58 1A 0 49 C6 4F F
Octal 10 63 105 130 32 0 111 306 117 17
Binary 1000 110011 1000101 1011000 11010 0 1001001 11000110 1001111 1111

Color Harmonies of #083345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083345

Black with #083345

Text Example


Text Example

White with #083345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083345; }

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

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

background-color css

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

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

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

border-color css

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

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

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