Html Css Color HEX #083348 Blue Whale

📋 copy color: '#083348'

red 8 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #083348

Tints of Blue Whale #083348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 6.11%
G = 38.93%
B = 54.96%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#083348 (or 0x083348) is known color: Blue Whale. HEX triplet: 08, 33 and 48. RGB value is (8,51,72). Sum of RGB (Red+Green+Blue) = 8+51+72=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #083348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083348 is #F7CCB7. Grayscale: #282828. Windows color (decimal): -16239800 or 4731656. OLE color: 4731656.

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

Color convert

RGB 8 51 72 -
CMYK 0.89 0.29 0 0.72
HSL 199.69º 0.8% 0.16% -
HSV(B) 199.69º 0.89% 0.28% -
XYZ 2.45 2.89 6.56 -
YUV 40.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 8 51 72 0.89 0.29 0 0.72 199.69 0.8 0.16
Hex 8 33 48 59 1D 0 48 C8 50 10
Octal 10 63 110 131 35 0 110 310 120 20
Binary 1000 110011 1001000 1011001 11101 0 1001000 11001000 1010000 10000

Color Harmonies of #083348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083348

Black with #083348

Text Example


Text Example

White with #083348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083348; }

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

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

background-color css

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

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

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

border-color css

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

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

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