Html Css Color HEX #08204D Sapphire

📋 copy color: '#08204D'

red 8 ◦ green 32 ◦ blue 77

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

Shades of Sapphire #08204D

Tints of Sapphire #08204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

 BLUE value IS 77 (30.47% from 255) = 65.81%

R = 6.84%
G = 27.35%
B = 65.81%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08204D (or 0x08204D) is known color: Sapphire. HEX triplet: 08, 20 and 4D. RGB value is (8,32,77). Sum of RGB (Red+Green+Blue) = 8+32+77=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #08204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08204D is #F7DFB2. Grayscale: #1D1D1D. Windows color (decimal): -16244659 or 5054472. OLE color: 5054472.

HSL color Cylindrical-coordinate representation of color #08204D: hue angle of 219.13º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08204D is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 32 77 -
CMYK 0.90 0.58 0 0.70
HSL 219.13º 0.81% 0.17% -
HSV(B) 219.13º 0.9% 0.3% -
XYZ 1.96 1.62 7.23 -
YUV 29.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 8 32 77 0.90 0.58 0 0.70 219.13 0.81 0.17
Hex 8 20 4D 5A 3A 0 46 DB 51 11
Octal 10 40 115 132 72 0 106 333 121 21
Binary 1000 100000 1001101 1011010 111010 0 1000110 11011011 1010001 10001

Color Harmonies of #08204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08204D

Black with #08204D

Text Example


Text Example

White with #08204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08204D; }

 p { color: rgb(8,32,77); }

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

background-color css

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

 a { background-color: rgb(8,32,77); }

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

border-color css

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

 span { border-color: rgb(8,32,77); }

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