Html Css Color HEX #082760 Sapphire

📋 copy color: '#082760'

red 8 ◦ green 39 ◦ blue 96

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

Shades of Sapphire #082760

Tints of Sapphire #082760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

 BLUE value IS 96 (37.89% from 255) = 67.13%

R = 5.59%
G = 27.27%
B = 67.13%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082760 (or 0x082760) is known color: Sapphire. HEX triplet: 08, 27 and 60. RGB value is (8,39,96). Sum of RGB (Red+Green+Blue) = 8+39+96=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #082760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082760 is #F7D89F. Grayscale: #232323. Windows color (decimal): -16242848 or 6301448. OLE color: 6301448.

HSL color Cylindrical-coordinate representation of color #082760: hue angle of 218.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082760 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 39 96 -
CMYK 0.92 0.59 0 0.62
HSL 218.86º 0.85% 0.2% -
HSV(B) 218.86º 0.92% 0.38% -
XYZ 2.94 2.35 11.36 -
YUV 36.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 8 39 96 0.92 0.59 0 0.62 218.86 0.85 0.2
Hex 8 27 60 5C 3B 0 3E DB 55 14
Octal 10 47 140 134 73 0 76 333 125 24
Binary 1000 100111 1100000 1011100 111011 0 111110 11011011 1010101 10100

Color Harmonies of #082760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082760

Black with #082760

Text Example


Text Example

White with #082760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082760; }

 p { color: rgb(8,39,96); }

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

background-color css

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

 a { background-color: rgb(8,39,96); }

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

border-color css

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

 span { border-color: rgb(8,39,96); }

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