Html Css Color HEX #08207D Sapphire

📋 copy color: '#08207D'

red 8 ◦ green 32 ◦ blue 125

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

Shades of Sapphire #08207D

Tints of Sapphire #08207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 75.76%

R = 4.85%
G = 19.39%
B = 75.76%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08207D (or 0x08207D) is known color: Sapphire. HEX triplet: 08, 20 and 7D. RGB value is (8,32,125). Sum of RGB (Red+Green+Blue) = 8+32+125=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #08207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08207D is #F7DF82. Grayscale: #232323. Windows color (decimal): -16244611 or 8200200. OLE color: 8200200.

HSL color Cylindrical-coordinate representation of color #08207D: hue angle of 227.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08207D is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 32 125 -
CMYK 0.94 0.74 0 0.51
HSL 227.69º 0.88% 0.26% -
HSV(B) 227.69º 0.94% 0.49% -
XYZ 4.32 2.57 19.67 -
YUV 35.43 178.55 108.44 -
System Red Green Blue C M Y K H S L
Decimal 8 32 125 0.94 0.74 0 0.51 227.69 0.88 0.26
Hex 8 20 7D 5E 4A 0 33 E4 58 1A
Octal 10 40 175 136 112 0 63 344 130 32
Binary 1000 100000 1111101 1011110 1001010 0 110011 11100100 1011000 11010

Color Harmonies of #08207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08207D

Black with #08207D

Text Example


Text Example

White with #08207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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