Html Css Color HEX #082762 Sapphire

📋 copy color: '#082762'

red 8 ◦ green 39 ◦ blue 98

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

Shades of Sapphire #082762

Tints of Sapphire #082762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.59%

R = 5.52%
G = 26.9%
B = 67.59%

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

#082762 (or 0x082762) is known color: Sapphire. HEX triplet: 08, 27 and 62. RGB value is (8,39,98). Sum of RGB (Red+Green+Blue) = 8+39+98=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #082762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082762 is #F7D89D. Grayscale: #242424. Windows color (decimal): -16242846 or 6432520. OLE color: 6432520.

HSL color Cylindrical-coordinate representation of color #082762: hue angle of 219.33º 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 #082762 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 39 98 -
CMYK 0.92 0.60 0 0.62
HSL 219.33º 0.85% 0.21% -
HSV(B) 219.33º 0.92% 0.38% -
XYZ 3.03 2.38 11.86 -
YUV 36.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 8 39 98 0.92 0.60 0 0.62 219.33 0.85 0.21
Hex 8 27 62 5C 3C 0 3E DB 55 15
Octal 10 47 142 134 74 0 76 333 125 25
Binary 1000 100111 1100010 1011100 111100 0 111110 11011011 1010101 10101

Color Harmonies of #082762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082762

Black with #082762

Text Example


Text Example

White with #082762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082762; }

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

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

background-color css

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

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

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

border-color css

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

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

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