Html Css Color HEX #08204B Sapphire

📋 copy color: '#08204B'

red 8 ◦ green 32 ◦ blue 75

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

Shades of Sapphire #08204B

Tints of Sapphire #08204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 65.22%

R = 6.96%
G = 27.83%
B = 65.22%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08204B (or 0x08204B) is known color: Sapphire. HEX triplet: 08, 20 and 4B. RGB value is (8,32,75). Sum of RGB (Red+Green+Blue) = 8+32+75=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #08204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08204B is #F7DFB4. Grayscale: #1D1D1D. Windows color (decimal): -16244661 or 4923400. OLE color: 4923400.

HSL color Cylindrical-coordinate representation of color #08204B: hue angle of 218.51º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08204B is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 32 75 -
CMYK 0.89 0.57 0 0.71
HSL 218.51º 0.81% 0.16% -
HSV(B) 218.51º 0.89% 0.29% -
XYZ 1.89 1.59 6.86 -
YUV 29.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 8 32 75 0.89 0.57 0 0.71 218.51 0.81 0.16
Hex 8 20 4B 59 39 0 47 DB 51 10
Octal 10 40 113 131 71 0 107 333 121 20
Binary 1000 100000 1001011 1011001 111001 0 1000111 11011011 1010001 10000

Color Harmonies of #08204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08204B

Black with #08204B

Text Example


Text Example

White with #08204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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