Html Css Color HEX #08296C Sapphire

📋 copy color: '#08296C'

red 8 ◦ green 41 ◦ blue 108

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

Shades of Sapphire #08296C

Tints of Sapphire #08296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 5.1%
G = 26.11%
B = 68.79%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08296C (or 0x08296C) is known color: Sapphire. HEX triplet: 08, 29 and 6C. RGB value is (8,41,108). Sum of RGB (Red+Green+Blue) = 8+41+108=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #08296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08296C is #F7D693. Grayscale: #262626. Windows color (decimal): -16242324 or 7088392. OLE color: 7088392.

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

Color convert

RGB 8 41 108 -
CMYK 0.93 0.62 0 0.58
HSL 220.2º 0.86% 0.23% -
HSV(B) 220.2º 0.93% 0.42% -
XYZ 3.6 2.72 14.52 -
YUV 38.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 8 41 108 0.93 0.62 0 0.58 220.2 0.86 0.23
Hex 8 29 6C 5D 3E 0 3A DC 56 17
Octal 10 51 154 135 76 0 72 334 126 27
Binary 1000 101001 1101100 1011101 111110 0 111010 11011100 1010110 10111

Color Harmonies of #08296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08296C

Black with #08296C

Text Example


Text Example

White with #08296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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