Html Css Color HEX #083447 Blue Whale

📋 copy color: '#083447'

red 8 ◦ green 52 ◦ blue 71

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

Shades of Blue Whale #083447

Tints of Blue Whale #083447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.69%

 BLUE value IS 71 (28.13% from 255) = 54.2%

R = 6.11%
G = 39.69%
B = 54.2%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#083447 (or 0x083447) is known color: Blue Whale. HEX triplet: 08, 34 and 47. RGB value is (8,52,71). Sum of RGB (Red+Green+Blue) = 8+52+71=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #083447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083447 is #F7CBB8. Grayscale: #282828. Windows color (decimal): -16239545 or 4666376. OLE color: 4666376.

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

Color convert

RGB 8 52 71 -
CMYK 0.89 0.27 0 0.72
HSL 198.1º 0.8% 0.15% -
HSV(B) 198.1º 0.89% 0.28% -
XYZ 2.47 2.96 6.4 -
YUV 41.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 8 52 71 0.89 0.27 0 0.72 198.1 0.8 0.15
Hex 8 34 47 59 1B 0 48 C6 50 F
Octal 10 64 107 131 33 0 110 306 120 17
Binary 1000 110100 1000111 1011001 11011 0 1001000 11000110 1010000 1111

Color Harmonies of #083447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083447

Black with #083447

Text Example


Text Example

White with #083447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083447; }

 p { color: rgb(8,52,71); }

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

background-color css

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

 a { background-color: rgb(8,52,71); }

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

border-color css

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

 span { border-color: rgb(8,52,71); }

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