Html Css Color HEX #083247 Blue Whale

📋 copy color: '#083247'

red 8 ◦ green 50 ◦ blue 71

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

Shades of Blue Whale #083247

Tints of Blue Whale #083247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

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

R = 6.2%
G = 38.76%
B = 55.04%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#083247 (or 0x083247) is known color: Blue Whale. HEX triplet: 08, 32 and 47. RGB value is (8,50,71). Sum of RGB (Red+Green+Blue) = 8+50+71=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #083247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083247 is #F7CDB8. Grayscale: #272727. Windows color (decimal): -16240057 or 4665864. OLE color: 4665864.

HSL color Cylindrical-coordinate representation of color #083247: hue angle of 200º 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 #083247 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 50 71 -
CMYK 0.89 0.30 0 0.72
HSL 200º 0.8% 0.15% -
HSV(B) 200º 0.89% 0.28% -
XYZ 2.38 2.79 6.37 -
YUV 39.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 8 50 71 0.89 0.30 0 0.72 200 0.8 0.15
Hex 8 32 47 59 1E 0 48 C8 50 F
Octal 10 62 107 131 36 0 110 310 120 17
Binary 1000 110010 1000111 1011001 11110 0 1001000 11001000 1010000 1111

Color Harmonies of #083247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083247

Black with #083247

Text Example


Text Example

White with #083247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083247; }

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

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

background-color css

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

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

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

border-color css

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

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

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