Html Css Color HEX #083444 Blue Whale

📋 copy color: '#083444'

red 8 ◦ green 52 ◦ blue 68

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

Shades of Blue Whale #083444

Tints of Blue Whale #083444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 53.13%

R = 6.25%
G = 40.63%
B = 53.13%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#083444 (or 0x083444) is known color: Blue Whale. HEX triplet: 08, 34 and 44. RGB value is (8,52,68). Sum of RGB (Red+Green+Blue) = 8+52+68=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #083444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083444 is #F7CBBB. Grayscale: #282828. Windows color (decimal): -16239548 or 4469768. OLE color: 4469768.

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

Color convert

RGB 8 52 68 -
CMYK 0.88 0.24 0 0.73
HSL 196º 0.79% 0.15% -
HSV(B) 196º 0.88% 0.27% -
XYZ 2.37 2.92 5.91 -
YUV 40.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 8 52 68 0.88 0.24 0 0.73 196 0.79 0.15
Hex 8 34 44 58 18 0 49 C4 4F F
Octal 10 64 104 130 30 0 111 304 117 17
Binary 1000 110100 1000100 1011000 11000 0 1001001 11000100 1001111 1111

Color Harmonies of #083444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083444

Black with #083444

Text Example


Text Example

White with #083444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083444; }

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

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

background-color css

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

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

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

border-color css

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

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

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