Html Css Color HEX #082061 Sapphire

📋 copy color: '#082061'

red 8 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #082061

Tints of Sapphire #082061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

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

R = 5.84%
G = 23.36%
B = 70.8%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082061 (or 0x082061) is known color: Sapphire. HEX triplet: 08, 20 and 61. RGB value is (8,32,97). Sum of RGB (Red+Green+Blue) = 8+32+97=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #082061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082061 is #F7DF9E. Grayscale: #1F1F1F. Windows color (decimal): -16244639 or 6365192. OLE color: 6365192.

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

Color convert

RGB 8 32 97 -
CMYK 0.92 0.67 0 0.62
HSL 223.82º 0.85% 0.21% -
HSV(B) 223.82º 0.92% 0.38% -
XYZ 2.77 1.95 11.54 -
YUV 32.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 8 32 97 0.92 0.67 0 0.62 223.82 0.85 0.21
Hex 8 20 61 5C 43 0 3E E0 55 15
Octal 10 40 141 134 103 0 76 340 125 25
Binary 1000 100000 1100001 1011100 1000011 0 111110 11100000 1010101 10101

Color Harmonies of #082061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082061

Black with #082061

Text Example


Text Example

White with #082061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082061; }

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

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

background-color css

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

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

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

border-color css

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

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

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