Html Css Color HEX #083344 Blue Whale

📋 copy color: '#083344'

red 8 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #083344

Tints of Blue Whale #083344

RGB

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

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

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

R = 6.3%
G = 40.16%
B = 53.54%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#083344 (or 0x083344) is known color: Blue Whale. HEX triplet: 08, 33 and 44. RGB value is (8,51,68). Sum of RGB (Red+Green+Blue) = 8+51+68=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #083344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083344 is #F7CCBB. Grayscale: #272727. Windows color (decimal): -16239804 or 4469512. OLE color: 4469512.

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

Color convert

RGB 8 51 68 -
CMYK 0.88 0.25 0 0.73
HSL 197º 0.79% 0.15% -
HSV(B) 197º 0.88% 0.27% -
XYZ 2.33 2.84 5.89 -
YUV 40.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 8 51 68 0.88 0.25 0 0.73 197 0.79 0.15
Hex 8 33 44 58 19 0 49 C5 4F F
Octal 10 63 104 130 31 0 111 305 117 17
Binary 1000 110011 1000100 1011000 11001 0 1001001 11000101 1001111 1111

Color Harmonies of #083344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083344

Black with #083344

Text Example


Text Example

White with #083344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083344; }

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

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

background-color css

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

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

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

border-color css

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

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

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