Html Css Color HEX #08204F Sapphire

📋 copy color: '#08204F'

red 8 ◦ green 32 ◦ blue 79

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

Shades of Sapphire #08204F

Tints of Sapphire #08204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 66.39%

R = 6.72%
G = 26.89%
B = 66.39%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08204F (or 0x08204F) is known color: Sapphire. HEX triplet: 08, 20 and 4F. RGB value is (8,32,79). Sum of RGB (Red+Green+Blue) = 8+32+79=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #08204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08204F is #F7DFB0. Grayscale: #1D1D1D. Windows color (decimal): -16244657 or 5185544. OLE color: 5185544.

HSL color Cylindrical-coordinate representation of color #08204F: hue angle of 219.72º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08204F is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 32 79 -
CMYK 0.90 0.59 0 0.69
HSL 219.72º 0.82% 0.17% -
HSV(B) 219.72º 0.9% 0.31% -
XYZ 2.03 1.65 7.61 -
YUV 30.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 8 32 79 0.90 0.59 0 0.69 219.72 0.82 0.17
Hex 8 20 4F 5A 3B 0 45 DC 52 11
Octal 10 40 117 132 73 0 105 334 122 21
Binary 1000 100000 1001111 1011010 111011 0 1000101 11011100 1010010 10001

Color Harmonies of #08204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08204F

Black with #08204F

Text Example


Text Example

White with #08204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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