Html Css Color HEX #08296D Sapphire

📋 copy color: '#08296D'

red 8 ◦ green 41 ◦ blue 109

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

Shades of Sapphire #08296D

Tints of Sapphire #08296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.95%

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 5.06%
G = 25.95%
B = 68.99%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08296D (or 0x08296D) is known color: Sapphire. HEX triplet: 08, 29 and 6D. RGB value is (8,41,109). Sum of RGB (Red+Green+Blue) = 8+41+109=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #08296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08296D is #F7D692. Grayscale: #262626. Windows color (decimal): -16242323 or 7153928. OLE color: 7153928.

HSL color Cylindrical-coordinate representation of color #08296D: hue angle of 220.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08296D is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 41 109 -
CMYK 0.93 0.62 0 0.57
HSL 220.4º 0.86% 0.23% -
HSV(B) 220.4º 0.93% 0.43% -
XYZ 3.65 2.74 14.8 -
YUV 38.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 8 41 109 0.93 0.62 0 0.57 220.4 0.86 0.23
Hex 8 29 6D 5D 3E 0 39 DC 56 17
Octal 10 51 155 135 76 0 71 334 126 27
Binary 1000 101001 1101101 1011101 111110 0 111001 11011100 1010110 10111

Color Harmonies of #08296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08296D

Black with #08296D

Text Example


Text Example

White with #08296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,41,109); }

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

background-color css

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

 a { background-color: rgb(8,41,109); }

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

border-color css

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

 span { border-color: rgb(8,41,109); }

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