Html Css Color HEX #082661 Sapphire

📋 copy color: '#082661'

red 8 ◦ green 38 ◦ blue 97

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

Shades of Sapphire #082661

Tints of Sapphire #082661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 5.59%
G = 26.57%
B = 67.83%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082661 (or 0x082661) is known color: Sapphire. HEX triplet: 08, 26 and 61. RGB value is (8,38,97). Sum of RGB (Red+Green+Blue) = 8+38+97=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #082661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082661 is #F7D99E. Grayscale: #232323. Windows color (decimal): -16243103 or 6366728. OLE color: 6366728.

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

Color convert

RGB 8 38 97 -
CMYK 0.92 0.61 0 0.62
HSL 219.78º 0.85% 0.21% -
HSV(B) 219.78º 0.92% 0.38% -
XYZ 2.95 2.3 11.6 -
YUV 35.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 8 38 97 0.92 0.61 0 0.62 219.78 0.85 0.21
Hex 8 26 61 5C 3D 0 3E DC 55 15
Octal 10 46 141 134 75 0 76 334 125 25
Binary 1000 100110 1100001 1011100 111101 0 111110 11011100 1010101 10101

Color Harmonies of #082661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082661

Black with #082661

Text Example


Text Example

White with #082661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082661; }

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

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

background-color css

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

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

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

border-color css

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

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

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