Html Css Color HEX #083648 Blue Whale

📋 copy color: '#083648'

red 8 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #083648

Tints of Blue Whale #083648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.3%

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

R = 5.97%
G = 40.3%
B = 53.73%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#083648 (or 0x083648) is known color: Blue Whale. HEX triplet: 08, 36 and 48. RGB value is (8,54,72). Sum of RGB (Red+Green+Blue) = 8+54+72=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #083648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083648 is #F7C9B7. Grayscale: #2A2A2A. Windows color (decimal): -16239032 or 4732424. OLE color: 4732424.

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

Color convert

RGB 8 54 72 -
CMYK 0.89 0.25 0 0.72
HSL 196.88º 0.8% 0.16% -
HSV(B) 196.88º 0.89% 0.28% -
XYZ 2.59 3.16 6.6 -
YUV 42.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 8 54 72 0.89 0.25 0 0.72 196.88 0.8 0.16
Hex 8 36 48 59 19 0 48 C5 50 10
Octal 10 66 110 131 31 0 110 305 120 20
Binary 1000 110110 1001000 1011001 11001 0 1001000 11000101 1010000 10000

Color Harmonies of #083648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083648

Black with #083648

Text Example


Text Example

White with #083648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083648; }

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

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

background-color css

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

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

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

border-color css

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

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

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