Html Css Color HEX #083176 Sapphire

📋 copy color: '#083176'

red 8 ◦ green 49 ◦ blue 118

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

Shades of Sapphire #083176

Tints of Sapphire #083176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

 BLUE value IS 118 (46.48% from 255) = 67.43%

R = 4.57%
G = 28%
B = 67.43%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#083176 (or 0x083176) is known color: Sapphire. HEX triplet: 08, 31 and 76. RGB value is (8,49,118). Sum of RGB (Red+Green+Blue) = 8+49+118=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #083176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083176 is #F7CE89. Grayscale: #2C2C2C. Windows color (decimal): -16240266 or 7745800. OLE color: 7745800.

HSL color Cylindrical-coordinate representation of color #083176: hue angle of 217.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083176 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 49 118 -
CMYK 0.93 0.58 0 0.54
HSL 217.64º 0.87% 0.25% -
HSV(B) 217.64º 0.93% 0.46% -
XYZ 4.47 3.56 17.59 -
YUV 44.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 8 49 118 0.93 0.58 0 0.54 217.64 0.87 0.25
Hex 8 31 76 5D 3A 0 36 DA 57 19
Octal 10 61 166 135 72 0 66 332 127 31
Binary 1000 110001 1110110 1011101 111010 0 110110 11011010 1010111 11001

Color Harmonies of #083176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083176

Black with #083176

Text Example


Text Example

White with #083176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083176; }

 p { color: rgb(8,49,118); }

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

background-color css

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

 a { background-color: rgb(8,49,118); }

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

border-color css

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

 span { border-color: rgb(8,49,118); }

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