Html Css Color HEX #08296B Sapphire

📋 copy color: '#08296B'

red 8 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #08296B

Tints of Sapphire #08296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 68.59%

R = 5.13%
G = 26.28%
B = 68.59%

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

#08296B (or 0x08296B) is known color: Sapphire. HEX triplet: 08, 29 and 6B. RGB value is (8,41,107). Sum of RGB (Red+Green+Blue) = 8+41+107=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #08296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08296B is #F7D694. Grayscale: #262626. Windows color (decimal): -16242325 or 7022856. OLE color: 7022856.

HSL color Cylindrical-coordinate representation of color #08296B: hue angle of 220º 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 #08296B is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 41 107 -
CMYK 0.93 0.62 0 0.58
HSL 220º 0.86% 0.23% -
HSV(B) 220º 0.93% 0.42% -
XYZ 3.55 2.7 14.24 -
YUV 38.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 8 41 107 0.93 0.62 0 0.58 220 0.86 0.23
Hex 8 29 6B 5D 3E 0 3A DC 56 17
Octal 10 51 153 135 76 0 72 334 126 27
Binary 1000 101001 1101011 1011101 111110 0 111010 11011100 1010110 10111

Color Harmonies of #08296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08296B

Black with #08296B

Text Example


Text Example

White with #08296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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