Html Css Color HEX #082761 Sapphire

📋 copy color: '#082761'

red 8 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #082761

Tints of Sapphire #082761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 5.56%
G = 27.08%
B = 67.36%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082761 (or 0x082761) is known color: Sapphire. HEX triplet: 08, 27 and 61. RGB value is (8,39,97). Sum of RGB (Red+Green+Blue) = 8+39+97=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #082761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082761 is #F7D89E. Grayscale: #242424. Windows color (decimal): -16242847 or 6366984. OLE color: 6366984.

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

Color convert

RGB 8 39 97 -
CMYK 0.92 0.60 0 0.62
HSL 219.1º 0.85% 0.21% -
HSV(B) 219.1º 0.92% 0.38% -
XYZ 2.98 2.37 11.61 -
YUV 36.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 8 39 97 0.92 0.60 0 0.62 219.1 0.85 0.21
Hex 8 27 61 5C 3C 0 3E DB 55 15
Octal 10 47 141 134 74 0 76 333 125 25
Binary 1000 100111 1100001 1011100 111100 0 111110 11011011 1010101 10101

Color Harmonies of #082761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082761

Black with #082761

Text Example


Text Example

White with #082761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082761; }

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

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

background-color css

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

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

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

border-color css

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

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

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